Fix t1-shower rendering. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 4abee65caf47d150800a3504e7548d2885ac9e7d | |
parent 2e651423a3d572078acfd32b7f71c571a14f788a | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 01:57:35 +0100 | |
Fix t1-shower rendering. | |
Diffstat: | |
M act-i/t1-shower.dcgi | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/act-i/t1-shower.dcgi b/act-i/t1-shower.dcgi | |
@@ -19,7 +19,7 @@ if [ -f "$place/.notyet" ]; then | |
else | |
if [ -f "$place/Black_dildo" ]; then | |
_msg "You see a" | |
- list_items_to take "$place/shower" | |
+ list_items_to take "$place" | |
_msg "stuck into the shower drain." | |
else | |
_msg "You see a lab rat run into the shower drain and disappea… |