Enable winning condition. - dotg - Day Of The GrParazyd
HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
DIR Log
DIR Files
DIR Refs
DIR Tags
---
DIR commit d1b9a5105048f891bade0d1eba1cf0701667220b
DIR parent f3b21292e80b28b6d3ff31eaf77703108ad19c9d
HTML Author: parazyd <parazyd@dyne.org>
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(-)
---
DIR 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 NeXT machine."
+ rm -f "$inventory/.notyet"
fi
;;
esac
DIR 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 NeXT machine."
+ rm -f "$inventory/.notyet"
fi
;;
esac