kitchen-sink.sh - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
kitchen-sink.sh (1115B) | |
--- | |
1 specific_talk_kitchensink() { | |
2 item="$1" | |
3 case "$item" in | |
4 Black_dildo) | |
5 if [ -f "$inventory/.isfrench" ]; | |
6 then | |
7 _msg "You stick the black dildo in the k… | |
8 sink drain, rendering it shut." | |
9 | |
10 if [ -f "$toilet1/shower/Cheese" ] && \ | |
11 [ -f "$toilet2/shower/Bl… | |
12 _msg "You hear a strange noise c… | |
13 rm -f "$inventory/.notyet" | |
14 fi | |
15 fi | |
16 mv "$inventory/$item" "$kitchen/sink" | |
17 ;; | |
18 Cheese) | |
19 if [ -f "$inventory/.isfrench" ]; then | |
20 if [ -f "$hipsters/obese/.inkitchensink"… | |
21 _msg "The kitchen sink is blocke… | |
22 the spaniard." | |
23 else | |
24 _msg "You are French! Why would … | |
25 put smelly cheese into a… | |
26 sink! Dare you!" | |
27 fi | |
28 else | |
29 _msg "You place the cheese in the kitche… | |
30 mv "$inventory/$item" "$kitchen/sink" | |
31 if [ -f "$toilet1/shower/Black_dildo" -o… | |
32 "$hipsters/obese/.taking… | |
33 [ -f "$toilet2/shower/Bl… | |
34 _msg "You hear a strange noise c… | |
35 rm -f "$inventory/.notyet" | |
36 fi | |
37 fi | |
38 ;; | |
39 esac | |
40 } |