URI: 
       kitchen-fridge.sh - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
       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