dotg

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

commit fa2f353daff341e3ee86680dd4a398ba461ef2df
parent 7292601995a8685b36018764eee1d2b6a889d04b
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 24 Feb 2018 04:02:02 +0100

Fix more bugs caught in playthrough.

Diffstat:
Mact-i/Bedroom1.sh | 4++++
Mact-i/Bedroom2.sh | 12++++++++----
Mact-i/t1-shower.dcgi | 1-
Mact-i/talk-elves.sh | 9++++++++-
Mact-i/talk-gentoo.sh | 3+--
Mact-i/talk-nerds.sh | 1+
6 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/act-i/Bedroom1.sh b/act-i/Bedroom1.sh @@ -5,5 +5,9 @@ specific_bedroom1() { Smartphone) _msg "You take a dick pic with your smartphone." ;; + + Black_dildo) + _msg "You lick the $item." + ;; esac } diff --git a/act-i/Bedroom2.sh b/act-i/Bedroom2.sh @@ -8,11 +8,15 @@ specific_bedroom2() { rm "$bedroom2/.notyet" ;; Black_dildo) - if [ -f "$bedroom2/Unlocked_Macbook" ]; then - _msg "You smash the Macbook with the dildo." - mv "$bedroom2/Unlocked_Macbook" "$bedroom2/Smashed_Macbook" + if [ -f "$bedroom2/.notyet" ]; then + _msg "You hit the door with the $item repeatedly, but nothing happens." else - _msg "You lick the $item" + if [ -f "$bedroom2/Unlocked_Macbook" ]; then + _msg "You smash the Macbook with the dildo." + mv "$bedroom2/Unlocked_Macbook" "$bedroom2/Smashed_Macbook" + else + _msg "You lick the $item" + fi fi ;; esac diff --git a/act-i/t1-shower.dcgi b/act-i/t1-shower.dcgi @@ -24,6 +24,5 @@ else else _msg "You see a lab rat run into the shower drain and disappear!" fi - rm -f "$hipsters/obese/.takingashit" fi _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]" diff --git a/act-i/talk-elves.sh b/act-i/talk-elves.sh @@ -32,8 +32,15 @@ A dog comes into the room and starts fucking one of the girls. The Christians get naked and masturbase furiously. Your friend follows the Code of Conduct precisely. +EOM -The Macbook hipster bends over the sink and gets fucked by the fat spaniard. +if [ -f "$hipsters/obese/.takingashit" ]; + _msg "The Macbook hipster bends over the sink and gets fucked by the fat spaniard." +else + _msg "The Macbook hipster fills all of his holes with black dildos." +fi + + cat <<EOM In the midst of all the fucking and sucking, the elves leave their cheese on the table. diff --git a/act-i/talk-gentoo.sh b/act-i/talk-gentoo.sh @@ -2,8 +2,7 @@ specific_talk_gentoo() { item="$1" if [ -f "$hipsters/obese/.takingashit" ]; then - _msg "The yoghurt did not bode well for the spaniard. He's in - the toilet 1." + _msg "The yoghurt did not bode well for the spaniard. He's taking a shit." return fi diff --git a/act-i/talk-nerds.sh b/act-i/talk-nerds.sh @@ -15,6 +15,7 @@ specific_talk_nerds() { [1|Go to Act II|/dotg/act-ii|server|port]" printf 1 > "$inventory/.timemachineactivated" + rm -f "$hipsters/obese/.takingashit" else _msg "Something is missing." fi