kitchen-fridge.sh (241B)
1 specific_talk_kitchenfridge() { 2 item="$1" 3 case "$item" in 4 Decorated_condom_balloon) 5 _msg "You show the Satan-marked balloon to the Christians." 6 _msg "They get scared and run away." 7 rm -f "$kitchen/fridge/.notyet" 8 ;; 9 esac 10 } 11