diff options
| author | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
| commit | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (patch) | |
| tree | 1c3bf71c8b7f095baae989afe5e33183a7ed3929 /data/objects/tool_shed.yaml | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
Diffstat (limited to 'data/objects/tool_shed.yaml')
| -rw-r--r-- | data/objects/tool_shed.yaml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/data/objects/tool_shed.yaml b/data/objects/tool_shed.yaml index 3490360..119d3e2 100644 --- a/data/objects/tool_shed.yaml +++ b/data/objects/tool_shed.yaml @@ -10,7 +10,8 @@ talk: give_item: rake set_player_flags: tool_shed_rake: false - message: You retrieve the rake from the tool shed. + messages: + - You retrieve the rake from the tool shed. options: - goto: start text: Continue @@ -19,7 +20,8 @@ talk: give_item: spade set_player_flags: tool_shed_spade: false - message: You retrieve the spade from the tool shed. + messages: + - You retrieve the spade from the tool shed. options: - goto: start text: Continue @@ -28,12 +30,14 @@ talk: give_item: watering_can set_player_flags: tool_shed_watering_can: false - message: You retrieve the watering can from the tool shed. + messages: + - You retrieve the watering can from the tool shed. options: - goto: start text: Continue start: - message: The tool shed is open. What would you like to do? + messages: + - The tool shed is open. What would you like to do? options: - condition: has_item: rake @@ -65,7 +69,8 @@ talk: set_player_flags: tool_shed_rake: true take_item: rake - message: You store the rake in the tool shed. + messages: + - You store the rake in the tool shed. options: - goto: start text: Continue @@ -74,7 +79,8 @@ talk: set_player_flags: tool_shed_spade: true take_item: spade - message: You store the spade in the tool shed. + messages: + - You store the spade in the tool shed. options: - goto: start text: Continue @@ -83,7 +89,8 @@ talk: set_player_flags: tool_shed_watering_can: true take_item: watering_can - message: You store the watering can in the tool shed. + messages: + - You store the watering can in the tool shed. options: - goto: start text: Continue |
