From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- data/rooms/intro/1001.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'data/rooms/intro/1001.yaml') diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index 98ae89f..2f5ffe0 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -1,5 +1,4 @@ name: "Inside Transport Shuttle" -block_transport: true description: - text: "A dim, windowless shuttle interior with a few uncomfortable rows of steel seats facing forward. A large framed sign hangs next to the closed cockpit door. The piston-powered staircase is firmly closed at the rear of the craft." condition: @@ -15,6 +14,7 @@ objects: mobs: - flight_attendant exits: + east: 2001 down: room: 1002 condition: @@ -25,19 +25,19 @@ on_enter: player_flag: 1001_welcome not: true delay: 5 - message: "{11 bold}Welcome to The House of Icarus{/}" + message: "{0B bold}Welcome to The House of Icarus{/}" - condition: player_flag: 1001_welcome not: true delay: 7 - message: "{11}Type{/} {10}look sign{/} {11}or{/} {10}talk attendant{/} {11}to get started{/}" + message: "{0B}Type{/} {0A}look sign{/} {0B}or{/} {0A}talk attendant{/} {0B}to get started{/}" set_player_flags: 1001_welcome: true - condition: player_flag: 1001_welcome not: true delay: 7 - message: "{11}Type{/} {10}help newplayer{/} {11}for the new player's guide. That's it. Explore and have fun.{/}" + message: "{0B}Type{/} {0A}help newplayer{/} {0B}for the new player's guide. That's it. Explore and have fun.{/}" triggers: - on_player_flag: 1001_look_sign steps: @@ -47,3 +47,4 @@ triggers: message: "The pistons hiss as the rear staircase opens" - set_player_flags: 1001_touchdown: true +block_transport: true -- cgit v1.2.3