dotg

a bitreich fosdem adventure
git clone git://parazyd.org/dotg.git
Log | Files | Refs

commit 18eb863aa2f7ff2d247f8c812908223001fb249d
parent 58b16d7e4c8e603c1a5950bbd4c9b702dc6638ca
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 23 Feb 2018 21:28:35 +0100

fixup! Implement toilet 2

Diffstat:
Mact-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 ;;