fixup! Implement toilet 2 - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 18eb863aa2f7ff2d247f8c812908223001fb249d | |
parent 58b16d7e4c8e603c1a5950bbd4c9b702dc6638ca | |
Author: parazyd <[email protected]> | |
Date: Fri, 23 Feb 2018 21:28:35 +0100 | |
fixup! Implement toilet 2 | |
Diffstat: | |
M act-i/take.dcgi | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/act-i/take.dcgi b/act-i/take.dcgi | |
@@ -22,7 +22,8 @@ case "$(basename $2)" in | |
;; | |
Water) | |
- _msg "You use the plastic bag and fill it up with water." | |
+ _msg "You use the plastic bag and fill it up with water. | |
+ [1|Exit|$path/$(cat $savegame/room).dcgi|server|port]" | |
mv "$inventory/Plastic_bag" "$inventory/Plastic_bag_of_water" | |
return | |
;; |