In case you saw the rat, change dialog. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit ea1701e2419f2dd22a460f7b0b399b587aadf0ff | |
parent fbcb68f97b63ab75174359cdc2764f0bf2e0e26b | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 24 Feb 2018 01:30:32 +0100 | |
In case you saw the rat, change dialog. | |
Diffstat: | |
M act-i/kitchen-sink.dcgi | 5 +++++ | |
1 file changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/act-i/kitchen-sink.dcgi b/act-i/kitchen-sink.dcgi | |
@@ -15,6 +15,11 @@ EOM | |
if ! [ -f "$kitchen/sink/.notyet" ]; then | |
_msg "You see a rat disappear into the sink drain!" | |
+ printf 1 > "$inventory/.sawratinsink" | |
+fi | |
+ | |
+if [ -f "$inventory/.sawratinsink" ]; then | |
+ _msg "You have to catch this rat you saw." | |
fi | |
_msg "In the sink you see:" |