cleanup some talk-* - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit eed23bf0a17adf7524a484fc12fa5e04b9e35343 | |
parent f02fd5cde3e473af575ed4678362dd177a3126fc | |
Author: parazyd <[email protected]> | |
Date: Fri, 23 Feb 2018 18:30:59 +0100 | |
cleanup some talk-* | |
Diffstat: | |
M act-i/talk-20h.sh | 1 - | |
M act-i/talk-girls.sh | 11 ----------- | |
M act-i/talk-hipster.sh | 6 ------ | |
3 files changed, 0 insertions(+), 18 deletions(-) | |
--- | |
diff --git a/act-i/talk-20h.sh b/act-i/talk-20h.sh | |
@@ -95,7 +95,6 @@ EOM | |
You nod. | |
EOM | |
- return | |
;; | |
The_C_Programming_Language) | |
cat <<EOM | |
diff --git a/act-i/talk-girls.sh b/act-i/talk-girls.sh | |
@@ -26,7 +26,6 @@ You smile. | |
EOM | |
printf 1 > "$inventory/.letusfuck" | |
fi | |
- return | |
;; | |
Black_dildo) | |
cat <<EOM | |
@@ -34,7 +33,6 @@ EOM | |
You whip out a big black dildo in front of the girls. They laugh | |
because they know what's up. Anyone else would be disgusted/shocked. | |
EOM | |
- return | |
;; | |
Baby_and_child_care) | |
cat <<EOM | |
@@ -42,7 +40,6 @@ EOM | |
You show the Baby and child care book to the girls, obviously trolling. | |
They look confused and somewhat worried. | |
EOM | |
- return | |
;; | |
To_Kill_a_Mockingbird) | |
cat <<EOM | |
@@ -54,14 +51,6 @@ You hand the book over to her, and say: "Enjoy it". | |
You wink at her. | |
EOM | |
mv "$inventory/$item" "$books" | |
- return | |
- ;; | |
- *) | |
- cat <<EOM | |
- | |
-$item is of no use here. | |
-EOM | |
- return | |
;; | |
esac | |
} | |
diff --git a/act-i/talk-hipster.sh b/act-i/talk-hipster.sh | |
@@ -9,7 +9,6 @@ You make gay jokes at the hipster. | |
His eyes tear up. | |
EOM | |
- return | |
;; | |
To_Kill_a_Mockingbird) | |
cat <<EOM | |
@@ -18,7 +17,6 @@ EOM | |
You're shocked. | |
EOM | |
- return | |
;; | |
Fight_Club) | |
cat <<EOM | |
@@ -29,9 +27,5 @@ a book after it... I probably won't read it, but cool!" | |
You're shocked. You take a sip of rakia to relax. | |
EOM | |
;; | |
- *) | |
- cat <<EOM | |
-$item is of no use here. | |
-EOM | |
esac | |
} |