From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- data/behaviors/sawmill_operator_talk.yaml | 37 ------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 data/behaviors/sawmill_operator_talk.yaml (limited to 'data/behaviors/sawmill_operator_talk.yaml') diff --git a/data/behaviors/sawmill_operator_talk.yaml b/data/behaviors/sawmill_operator_talk.yaml deleted file mode 100644 index 338ee61..0000000 --- a/data/behaviors/sawmill_operator_talk.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: sawmill_operator_talk -type: talk -nodes: - start: - message: "Welcome to the lumberyard! I can turn your logs into planks — for a small fee, of course. What can I do for ya?" - options: - - text: "Turn all my logs into planks." - condition: - any_of: - - has_item: logs - - has_item: oak_logs - - has_item: teak_logs - - has_item: mahogany_logs - next: prices - - text: "What are your prices?" - next: prices - - text: "Nothing for now." - next: goodbye - prices: - message: "Here's what I charge per log:\n Regular logs: 5 credits\n Oak logs: 10 credits\n Teak logs: 20 credits\n Mahogany logs: 40 credits\n\nWant me to process your logs?" - options: - - text: "Yes, process all my logs." - condition: - any_of: - - has_item: logs - - has_item: oak_logs - - has_item: teak_logs - - has_item: mahogany_logs - next: process - - text: "No thanks." - next: goodbye - process: - message: "" - action: - sawmill: true - goodbye: - message: "Come back anytime you need more planks!" -- cgit v1.2.3