Enable winning condition. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit d1b9a5105048f891bade0d1eba1cf0701667220b | |
parent f3b21292e80b28b6d3ff31eaf77703108ad19c9d | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 01:17:43 +0100 | |
Enable winning condition. | |
Diffstat: | |
M act-i/Toilet1.sh | 1 + | |
M act-i/kitchen-sink.sh | 1 + | |
2 files changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/act-i/Toilet1.sh b/act-i/Toilet1.sh | |
@@ -15,6 +15,7 @@ specific_toilet1() { | |
mv "$inventory/$item" "$toilet1/shower" | |
if [ -f "$kitchen/sink/Cheese" ]; then | |
_msg "You hear a strange noise coming from the… | |
+ rm -f "$inventory/.notyet" | |
fi | |
;; | |
esac | |
diff --git a/act-i/kitchen-sink.sh b/act-i/kitchen-sink.sh | |
@@ -6,6 +6,7 @@ specific_talk_kitchensink() { | |
mv "$inventory/$item" "$kitchen/sink" | |
if [ -f "$toilert1/shower/Black_dildo" ]; then | |
_msg "You hear a strange noise coming from the… | |
+ rm -f "$inventory/.notyet" | |
fi | |
;; | |
esac |