Move host and elves to kitchen, plus fix if orgy happened. - dotg - Day Of The … | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit fbcb68f97b63ab75174359cdc2764f0bf2e0e26b | |
parent eb97bbb63bbd3015571fa3ab1d92844d81721373 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sat, 24 Feb 2018 01:22:16 +0100 | |
Move host and elves to kitchen, plus fix if orgy happened. | |
Diffstat: | |
M act-i/talk-elves.dcgi | 14 ++++++++++++-- | |
M act-i/talk-elves.sh | 1 + | |
M act-i/talk-host.dcgi | 2 +- | |
M act-i/usecases.csv | 1 + | |
4 files changed, 15 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/act-i/talk-elves.dcgi b/act-i/talk-elves.dcgi | |
@@ -8,11 +8,21 @@ echo talk-elves > $savegame/room | |
map_kitchen | |
cat <<EOM | |
-## HIPSTER AREA (HIP) | |
+## KITCHEN (KIT) | |
+EOM | |
+ | |
+if [ -f "$inventory/.orgyhappened" ]; then | |
+ cat <<EOM | |
+The cheerful elves are dancing and look at everyone with a smile. | |
+EOM | |
+else | |
+ cat <<EOM | |
The cheerful elves are dancing and eating cheese. They don't seem | |
to be willing to let go of it. | |
- | |
+EOM | |
+fi | |
+cat <<EOM | |
[1|Check inventory|$path/inventory.dcgi|server|port] | |
diff --git a/act-i/talk-elves.sh b/act-i/talk-elves.sh | |
@@ -50,6 +50,7 @@ EOM | |
for i in $allaround ; do | |
printf 1 > "$i/Black_dildo" | |
done | |
+ printf 1 > "$inventory/.orgyhappened" | |
printf 1 > "$kitchen/table/Cheese" | |
;; | |
esac | |
diff --git a/act-i/talk-host.dcgi b/act-i/talk-host.dcgi | |
@@ -8,7 +8,7 @@ echo talk-host > $savegame/room | |
map_talkhost | |
cat <<EOM | |
-## HIPSTER AREA (HIP) | |
+## KITCHEN (KIT) | |
"Hi! Enjoying yourself?" - The host asks. | |
diff --git a/act-i/usecases.csv b/act-i/usecases.csv | |
@@ -22,6 +22,7 @@ Mouse,talk-nerds | |
Google_Ad_coupons,talk-balcony,talk-elves,talk-20h | |
Cocaine,talk-20h,anywhere | |
Cheese,kitchen-sink,talk-20h,anywhere | |
+Unlocked_Macbook,talk-20h | |
Also_sprach_Zarathustra,talk-20h | |
The_Birth_of_Tragedy,talk-20h,talk-gentoo |