More fixes. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit b6d463fa3bbaa3883786aca6f741c1b4d93edfda | |
parent e0c709dadd82d5e1bd88912e48a4126ef56ff12c | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 00:44:16 +0100 | |
More fixes. | |
Diffstat: | |
M act-i/functions | 1 + | |
M act-i/talk-20h.sh | 4 ++-- | |
M act-i/talk-gentoo.dcgi | 2 +- | |
M act-i/talk-gentoo.sh | 2 +- | |
4 files changed, 5 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/act-i/functions b/act-i/functions | |
@@ -222,6 +222,7 @@ use_specific() { | |
;; | |
kitchen-fridge) | |
. kitchen-fridge.sh "$item" | |
+ specific_talk_kitchenfridge "$item" | |
;; | |
Hipster_Area) | |
. Hipster_Area.sh | |
diff --git a/act-i/talk-20h.sh b/act-i/talk-20h.sh | |
@@ -4,13 +4,13 @@ specific_talk_20h() { | |
case "$item" in | |
Beers) | |
_msg "You give a beer to your friend. He thanks you an… | |
- givebeer "$item" | |
+ dropitem "$item" | |
;; | |
Chocolate_Milks) | |
_msg "Your friend takes the chocolate milk and pours i… | |
guy's testicles to cool them down." | |
- givebeer "$item" | |
+ dropitem "$item" | |
;; | |
Locked_computer) | |
diff --git a/act-i/talk-gentoo.dcgi b/act-i/talk-gentoo.dcgi | |
@@ -11,7 +11,7 @@ _msg "## HIPSTER AREA (HIP)" | |
if [ -f "$hipsters/obese/.takingashit" ]; then | |
- msg "The yoghurt did not bode well for the spaniard. He's in the toile… | |
+ _msg "The yoghurt did not bode well for the spaniard. He's taking a sh… | |
else | |
cat <<EOM | |
diff --git a/act-i/talk-gentoo.sh b/act-i/talk-gentoo.sh | |
@@ -42,7 +42,7 @@ specific_talk_gentoo() { | |
;; | |
Old_yoghurt) | |
- _msg"You give the old yoghurt to the spaniard. He star… | |
+ _msg "You give the old yoghurt to the spaniard. He sta… | |
You hear his stomach gurgling. Struggling, but he mana… | |
up and start walking towards the toilet." |