tkitchen-fridge.dcgi - dotg - a bitreich fosdem adventure
HTML git clone https://git.parazyd.org/dotg
DIR Log
DIR Files
DIR Refs
---
tkitchen-fridge.dcgi (458B)
---
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