diff options
| author | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
|---|---|---|
| committer | workhorse <workhorse@localhost.localdomain> | 2026-06-19 20:24:52 -0400 |
| commit | 8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch) | |
| tree | ee01f7b1d745cbc94d9981108a1209527487b3e5 /data/mobs/estate_broker.yaml | |
| parent | 2bec24859af8f03c80a0a58e3240519942450167 (diff) | |
| download | thehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz | |
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'data/mobs/estate_broker.yaml')
| -rw-r--r-- | data/mobs/estate_broker.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/mobs/estate_broker.yaml b/data/mobs/estate_broker.yaml index 6698730..a8b3ed7 100644 --- a/data/mobs/estate_broker.yaml +++ b/data/mobs/estate_broker.yaml @@ -20,8 +20,8 @@ talk: set_player_flags: owns_house_local_neighborhood: local_neighborhood condition: - not: - player_flag: owns_house_local_neighborhood + not: true + player_flag: owns_house_local_neighborhood next: purchased text: Sounds great! I'll buy one. - next: goodbye @@ -39,8 +39,8 @@ talk: set_player_flags: owns_house_local_neighborhood: local_neighborhood condition: - not: - player_flag: owns_house_local_neighborhood + not: true + player_flag: owns_house_local_neighborhood next: purchased text: Yes, I'd like to buy a house. - condition: |
