Bedroom2.sh - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
Bedroom2.sh (587B) | |
--- | |
1 specific_bedroom2() { | |
2 item="$1" | |
3 | |
4 case "$item" in | |
5 Keychain_with_a_key) | |
6 _msg "You unlock the bedroom door. The key snaps… | |
7 rm "$inventory/$item" | |
8 rm "$bedroom2/.notyet" | |
9 ;; | |
10 Black_dildo) | |
11 if [ -f "$bedroom2/.notyet" ]; then | |
12 _msg "You hit the door with the $item re… | |
13 else | |
14 if [ -f "$bedroom2/Unlocked_Macbook" ]; … | |
15 _msg "You smash the Macbook with… | |
16 mv "$bedroom2/Unlocked_Macbook" … | |
17 else | |
18 _msg "You lick the $item" | |
19 fi | |
20 fi | |
21 ;; | |
22 esac | |
23 } |