dotg

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

commit d1b9a5105048f891bade0d1eba1cf0701667220b
parent f3b21292e80b28b6d3ff31eaf77703108ad19c9d
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 24 Feb 2018 01:17:43 +0100

Enable winning condition.

Diffstat:
Mact-i/Toilet1.sh | 1+
Mact-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 NeXT machine." + 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 NeXT machine." + rm -f "$inventory/.notyet" fi ;; esac