dotg

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

commit 58b16d7e4c8e603c1a5950bbd4c9b702dc6638ca
parent e35ea95520687d36bd7c9268ae86e4f860cffb1b
Author: parazyd <parazyd@dyne.org>
Date:   Fri, 23 Feb 2018 21:24:23 +0100

Disallow picking up parts of the house.

Diffstat:
Mact-i/take.dcgi | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/act-i/take.dcgi b/act-i/take.dcgi @@ -26,6 +26,10 @@ case "$(basename $2)" in mv "$inventory/Plastic_bag" "$inventory/Plastic_bag_of_water" return ;; + shower|toilet) + _msg "The thing is built into the house. You don't manage to pick it up." + return + ;; esac take_item "$2"