From abd612c15799f604e671e83dc7c410ed2b44185f Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 15:40:48 -0400 Subject: slop refactor --- data/rooms/intro/1001.yaml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'data/rooms/intro/1001.yaml') diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index 543acea..090e97c 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -1,6 +1,27 @@ name: "Inside Transport Shuttle" -description: "A dim, metallic shuttle interior with a few uncomfortable rows of steel seats. A large framed sign hangs next to the closed cockpit door. A piston-powered staircase leads down out the back of the small craft." +description: "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. A piston-powered staircase leads down out the back of the small craft with a smiling attendant ready to help disembark." objects: - id: 1001_sign exits: down: 1002 + condition: + player_flag: 1001_look_sign + blocked_message: "The attendant points to the sign and insists you 'look sign' before disembarking." +on_enter: + - condition: + player_flag: 1001_welcome + not: true + delay: 5 + message: "{11 bold}Welcome to The House of Icarus{/}" + - condition: + player_flag: 1001_welcome + not: true + delay: 7 + message: "{11}Type 'look sign' to check out the sign over there and get started{/}" + set_player_flags: + 1001_welcome: true + - condition: + player_flag: 1001_welcome + not: true + delay: 7 + message: "{11}Type 'help newplayer' for the new player's guide. That's it. Explore and have fun.{/}" -- cgit v1.2.3