URI: 
       kitchen-fridge.dcgi - 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.dcgi (464B)
       ---
            1 #!/bin/sh
            2 
            3 . ./config
            4 echo kitchen-fridge > $savegame/room
            5 . ./maps
            6 . ./functions
            7 
            8 map_kitchen
            9 
           10 _msg "## HIPSTER AREA (HIP)"
           11 
           12 if [ -f "$kitchen/fridge/.notyet" ]; then
           13         _msg "You run into some enthusiastic Christians.
           14                 They do not let you look at or open the fridge."
           15 else
           16         _msg "You're at the fridge. You see:"
           17         list_items_to take "$kitchen/fridge"
           18 fi
           19 
           20 cat <<EOM
           21 
           22 [1|Check inventory|$path/inventory.dcgi|server|port]
           23 
           24 [1|Exit|$path/Kitchen.dcgi|server|port]
           25 EOM