From 82c025b3f3e5cac82800ab9d7f11dcb4e3aa884b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 28 Jun 2026 04:05:58 -0400 Subject: fix: removed god mode speed limit, fixed hidden objects in god mode --- data/rooms/intro/1003.yaml | 19 ++++++++++++++++--- data/rooms/intro/1004.yaml | 15 +++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 data/rooms/intro/1004.yaml (limited to 'data/rooms/intro') 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: [] -- cgit v1.2.3