From c705ae942573984784ef501bf8198f61f5206ddd Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 05:27:10 -0400 Subject: refactor: simplify yaml, remove support for old scalar fields --- data/mobs/examples/newbie_trainer.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/mobs') diff --git a/data/mobs/examples/newbie_trainer.yaml b/data/mobs/examples/newbie_trainer.yaml index eddb0e9..feed672 100644 --- a/data/mobs/examples/newbie_trainer.yaml +++ b/data/mobs/examples/newbie_trainer.yaml @@ -3,9 +3,9 @@ description: "A friendly-looking instructor ready to help new adventurers." unique: true protected: true idle_descriptions: - - "reviews a training manual" - - "adjusts a practice dummy" - - "demonstrates a sword stance to no one in particular" - - "offers a friendly nod to passersby" - - "polishes a wooden shield" - - "checks a stopwatch and jots something down" +- "reviews a training manual" +- "adjusts a practice dummy" +- "demonstrates a sword stance to no one in particular" +- "offers a friendly nod to passersby" +- "polishes a wooden shield" +- "checks a stopwatch and jots something down" -- cgit v1.2.3