Fix more bugs caught in playthrough. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit fa2f353daff341e3ee86680dd4a398ba461ef2df | |
parent 7292601995a8685b36018764eee1d2b6a889d04b | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 04:02:02 +0100 | |
Fix more bugs caught in playthrough. | |
Diffstat: | |
M act-i/Bedroom1.sh | 4 ++++ | |
M act-i/Bedroom2.sh | 12 ++++++++---- | |
M act-i/t1-shower.dcgi | 1 - | |
M act-i/talk-elves.sh | 9 ++++++++- | |
M act-i/talk-gentoo.sh | 3 +-- | |
M act-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/Sma… | |
+ if [ -f "$bedroom2/.notyet" ]; then | |
+ _msg "You hit the door with the $item repeated… | |
else | |
- _msg "You lick the $item" | |
+ if [ -f "$bedroom2/Unlocked_Macbook" ]; then | |
+ _msg "You smash the Macbook with the d… | |
+ mv "$bedroom2/Unlocked_Macbook" "$bedr… | |
+ 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 disappea… | |
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 girl… | |
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 f… | |
+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 tak… | |
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|po… | |
printf 1 > "$inventory/.timemachineactivated" | |
+ rm -f "$hipsters/obese/.takingashit" | |
else | |
_msg "Something is missing." | |
fi |