From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/mobs/estate_broker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/mobs') 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: -- cgit v1.2.3