diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-26 16:47:44 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-26 16:47:44 +0300 |
| commit | 6d53d8cac78250dc888aa49d5f9d4175c6652feb (patch) | |
| tree | f7f625e260ecc03fa5f4949495f96cdb6c35a0fb /game/rooms/test_kitchen/meat.esc | |
| parent | 9d74b49ab62908d4acf53dde444413886b8b28e5 (diff) | |
Diffstat (limited to 'game/rooms/test_kitchen/meat.esc')
| -rw-r--r-- | game/rooms/test_kitchen/meat.esc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/game/rooms/test_kitchen/meat.esc b/game/rooms/test_kitchen/meat.esc new file mode 100644 index 0000000..05b1c95 --- /dev/null +++ b/game/rooms/test_kitchen/meat.esc @@ -0,0 +1,7 @@ +:look + say($weener, "smells meaty") + +:use $knife + say($weener, "cut meat") + inventory_add("bedroom_key") + set_state($meat, "cut") |
