Toilet2.sh - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
Toilet2.sh (1395B) | |
--- | |
1 specific_toilet2() { | |
2 item="$1" | |
3 | |
4 case "$item" in | |
5 Plate_of_Bolognese_Sauce|Used_condom) | |
6 _msg "You flush the $item down the toilet." | |
7 rm "$inventory/$item" | |
8 printf 1 > "$toilet2/toilet/Water" | |
9 ;; | |
10 | |
11 Smartphone) | |
12 _msg "You make a dick pic using the smartphone c… | |
13 ;; | |
14 | |
15 Cheese) | |
16 # Space between punctuation marks intended. | |
17 if [ -f "$inventory/.isfrench" ]; then | |
18 _msg "You made it here with the smelly c… | |
19 | |
20 The cheese tells you: | |
21 « Je t’aime ! » | |
22 | |
23 But then you read the sign: | |
24 | |
25 « Ces toilettes sont so… | |
26 surveillance vidéo et l… | |
27 fromagé est interdit. » | |
28 | |
29 Maybe you should use toilet 1 for | |
30 this." | |
31 fi | |
32 ;; | |
33 Black_dildo) | |
34 _msg "You stick the black dildo in the shower dr… | |
35 rendering it shut." | |
36 mv "$inventory/$item" "$toilet2/shower" | |
37 if [ -f "$inventory/.isfrench" ]; then | |
38 if [ -f "$toilet1/shower/Cheese" ] && \ | |
39 [ -f "$hipsters/obese/.i… | |
40 "$kitchen/sink/Black_dil… | |
41 _msg "You hear a strange noise c… | |
42 rm -f "$inventory/.notyet" | |
43 fi | |
44 else | |
45 if [ -f "$kitchen/sink/Cheese" ]; then | |
46 if [ -f "$toilet1/shower/Black_d… | |
47 "$hipsters/obese… | |
48 _msg "You hear a strange… | |
49 rm -f "$inventory/.notye… | |
50 fi | |
51 fi | |
52 fi | |
53 ;; | |
54 esac | |
55 } |