diff options
Diffstat (limited to 'data/rooms')
| -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 |
