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