aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-28 04:05:58 -0400
committerhistoria <[not public]>2026-06-28 04:05:58 -0400
commit82c025b3f3e5cac82800ab9d7f11dcb4e3aa884b (patch)
tree98d9798e9deac2b41d951e369c9f1fcec2881a37 /data
parenta1b6613c6c6a2f8d6e1ecd47e766bd40f92ac295 (diff)
downloadthehouseoficarus-82c025b3f3e5cac82800ab9d7f11dcb4e3aa884b.tar.gz
fix: removed god mode speed limit, fixed hidden objects in god mode
Diffstat (limited to 'data')
-rw-r--r--data/rooms/intro/1003.yaml19
-rw-r--r--data/rooms/intro/1004.yaml15
2 files changed, 31 insertions, 3 deletions
diff --git a/data/rooms/intro/1003.yaml b/data/rooms/intro/1003.yaml
index fba85c6..d19b0b6 100644
--- a/data/rooms/intro/1003.yaml
+++ b/data/rooms/intro/1003.yaml
@@ -1,4 +1,17 @@
-name: "Customs Building"
-description: "A cramped customs checkpoint lit by flickering panels. Officials in grey uniforms wave the new arrivals through, one at a time. (This area is still under construction.)"
+id: 1003
+name: Customs Building
+color: ""
+description:
+ - text: A cramped customs checkpoint lit by flickering panels. Officials in grey uniforms wave the new arrivals through, one at a time. (This area is still under construction.)
exits:
- south: 1002
+ north:
+ room: 1004
+ south:
+ room: 1002
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []
diff --git a/data/rooms/intro/1004.yaml b/data/rooms/intro/1004.yaml
new file mode 100644
index 0000000..72cc0e2
--- /dev/null
+++ b/data/rooms/intro/1004.yaml
@@ -0,0 +1,15 @@
+id: 0
+name: New Room
+color: ""
+description:
+ - text: A featureless room.
+exits:
+ south:
+ room: 1003
+objects: []
+item_spawns: []
+mobs: []
+on_enter: []
+hazard: ""
+block_transport: false
+triggers: []