diff options
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 |
