commit b6d463fa3bbaa3883786aca6f741c1b4d93edfda
parent e0c709dadd82d5e1bd88912e48a4126ef56ff12c
Author: parazyd <parazyd@dyne.org>
Date: Sat, 24 Feb 2018 00:44:16 +0100
More fixes.
Diffstat:
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 and starts drinking it."
- givebeer "$item"
+ dropitem "$item"
;;
Chocolate_Milks)
_msg "Your friend takes the chocolate milk and pours it all over the Macbook
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 toilet."
+ _msg "The yoghurt did not bode well for the spaniard. He's taking a shit."
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 starts eating it.
+ _msg "You give the old yoghurt to the spaniard. He starts eating it.
You hear his stomach gurgling. Struggling, but he manages to get
up and start walking towards the toilet."