diff options
| author | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
| commit | e4400c5f1e84c18d2126f2cb502ae10685977cbb (patch) | |
| tree | 0523e9d68f1cfdc6f81b862e3068fe12c1a85054 /data/rooms | |
| parent | 5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff) | |
| download | thehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz | |
refactor: combined all station crafting
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/town/1.yaml | 3 | ||||
| -rw-r--r-- | data/rooms/town/9.yaml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/rooms/town/1.yaml b/data/rooms/town/1.yaml index ec97af2..ba5212d 100644 --- a/data/rooms/town/1.yaml +++ b/data/rooms/town/1.yaml @@ -36,3 +36,6 @@ item_spawns: - id: graceful_cape quantity: 1 respawn_ticks: 60 + - id: deck + quantity: 1 + respawn_ticks: 60 diff --git a/data/rooms/town/9.yaml b/data/rooms/town/9.yaml index 9a19943..7a24fda 100644 --- a/data/rooms/town/9.yaml +++ b/data/rooms/town/9.yaml @@ -6,7 +6,6 @@ exits: west: 8 north: 150 south: 151 - northeast: 152 objects: - id: scrap_pile - id: scrap_pile |
