diff options
| author | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
|---|---|---|
| committer | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
| commit | 8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch) | |
| tree | ee01f7b1d745cbc94d9981108a1209527487b3e5 /data/rooms/player_housing | |
| parent | 2bec24859af8f03c80a0a58e3240519942450167 (diff) | |
| download | thehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz | |
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'data/rooms/player_housing')
| -rw-r--r-- | data/rooms/player_housing/300.yaml (renamed from data/rooms/player_housing/200.yaml) | 4 | ||||
| -rw-r--r-- | data/rooms/player_housing/301.yaml (renamed from data/rooms/player_housing/201.yaml) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/rooms/player_housing/200.yaml b/data/rooms/player_housing/300.yaml index 1781818..06f1a07 100644 --- a/data/rooms/player_housing/200.yaml +++ b/data/rooms/player_housing/300.yaml @@ -1,8 +1,8 @@ -id: 200 +id: 300 name: "Player House: Entrance Hall" description: "A cozy entrance hall with polished floors and warm lighting. A welcome mat greets visitors at the door." exits: south: 170 - north: 201 + north: 301 objects: - id: charging_station diff --git a/data/rooms/player_housing/201.yaml b/data/rooms/player_housing/301.yaml index dbc1fd9..c2f3e65 100644 --- a/data/rooms/player_housing/201.yaml +++ b/data/rooms/player_housing/301.yaml @@ -1,8 +1,8 @@ -id: 201 +id: 301 name: "Player House: Workshop" description: "A well-lit workshop with a sturdy workbench covered in tools and blueprints. Wood shavings litter the floor around the bench." exits: - south: 200 + south: 300 objects: - id: workbench - id: bank_booth |
