diff options
| author | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
| commit | a226d72e51eecb768b13600303f73483118d9104 (patch) | |
| tree | 458d15ef049732c15dacc591a830d3beddbedfde /data/rooms/1.yaml | |
| parent | 6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff) | |
| download | thehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz | |
feat: implemented janky object interaction model
Diffstat (limited to 'data/rooms/1.yaml')
| -rw-r--r-- | data/rooms/1.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rooms/1.yaml b/data/rooms/1.yaml index 97615a6..2f30f7e 100644 --- a/data/rooms/1.yaml +++ b/data/rooms/1.yaml @@ -4,9 +4,10 @@ description: "A bustling town square in the heart of Lumbridge. Cobblestone path map_symbol: "S" exits: north: 2 + west: 7 east: 3 objects: - - "lumby_fountain" + - id: lumby_fountain spawns: - item_id: "copper_ore" quantity: 1 |
