More fixes. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit d4a10f2febad1dcec5a62fe3279a9bbf000b3f2d | |
parent eac5975754c47a8169ca804bd411ddcd8a56e55d | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 01:06:23 +0100 | |
More fixes. | |
Diffstat: | |
M act-i/t1-shower.dcgi | 1 + | |
M act-i/talk-20h.sh | 4 ++-- | |
M act-i/talk-gentoo.sh | 2 +- | |
3 files changed, 4 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/act-i/t1-shower.dcgi b/act-i/t1-shower.dcgi | |
@@ -19,5 +19,6 @@ 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-20h.sh b/act-i/talk-20h.sh | |
@@ -100,8 +100,8 @@ specific_talk_20h() { | |
;; | |
Black_dildo) | |
- _msg "You give the black dildo to your friend. He smil… | |
- in his butt." | |
+ _msg 'You give the black dildo to your friend. He smil… | |
+ and says: "These things are useful to fill up … | |
mv "$inventory/$item" "$hipsters/20h" | |
;; | |
diff --git a/act-i/talk-gentoo.sh b/act-i/talk-gentoo.sh | |
@@ -48,7 +48,7 @@ specific_talk_gentoo() { | |
up and start walking towards the toilet." | |
printf 1 > "$hipsters/obese/.takingashit" | |
- rm -f "$toilet1/.notyet" | |
+ rm -f "$toilet1/shower/.notyet" | |
cp -f "$hipsters/obese/Plate_of_Bolognese_Sauce" "$hip… | |
;; | |