tBedroom1.sh - dotg - a bitreich fosdem adventure
HTML git clone https://git.parazyd.org/dotg
DIR Log
DIR Files
DIR Refs
---
tBedroom1.sh (183B)
---
1 specific_bedroom1() {
2 item="$1"
3
4 case "$item" in
5 Smartphone)
6 _msg "You take a dick pic with your smartphone."
7 ;;
8
9 Black_dildo)
10 _msg "You lick the $item."
11 ;;
12 esac
13 }