Disallow picking up parts of the house. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 58b16d7e4c8e603c1a5950bbd4c9b702dc6638ca | |
parent e35ea95520687d36bd7c9268ae86e4f860cffb1b | |
Author: parazyd <[email protected]> | |
Date: Fri, 23 Feb 2018 21:24:23 +0100 | |
Disallow picking up parts of the house. | |
Diffstat: | |
M act-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 p… | |
+ return | |
+ ;; | |
esac | |
take_item "$2" |