aboutsummaryrefslogtreecommitdiff
path: root/data/objects/tool_shed.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/objects/tool_shed.yaml')
-rw-r--r--data/objects/tool_shed.yaml21
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