dotg

a bitreich fosdem adventure
git clone https://git.parazyd.org/dotg
Log | Files | Refs

Bedroom1.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 }