diff options
| author | historia <[not public]> | 2026-06-10 04:44:31 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-10 04:44:31 -0400 |
| commit | 69d8757ad983697cdc9182fdcc1cdb612a77fb41 (patch) | |
| tree | 348c26d1f6defe3aef64f5aa9e7cefed0e764214 /data/rooms/10.yaml | |
| parent | a226d72e51eecb768b13600303f73483118d9104 (diff) | |
| download | thehouseoficarus-69d8757ad983697cdc9182fdcc1cdb612a77fb41.tar.gz | |
feat: yaml architecture for complex object interaction
Diffstat (limited to 'data/rooms/10.yaml')
| -rw-r--r-- | data/rooms/10.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/rooms/10.yaml b/data/rooms/10.yaml index 99e84eb..98fba43 100644 --- a/data/rooms/10.yaml +++ b/data/rooms/10.yaml @@ -1,6 +1,6 @@ id: 10 name: "Guard Post" -description: "A checkpoint at the edge of the mine. A guard stands watch beside a heavy iron gate leading north." +description: "A checkpoint at the edge of the mine. A guard stands watch beside a heavy iron gate set into the north wall." exits: west: 2 north: @@ -16,5 +16,5 @@ mobs: on_enter: - message: "The Guard barks: \"State your business!\"" condition: - flag: talked_to_guard + player_flag: talked_to_guard not: true |
