From 9b54188970c51070d86f4c87e909ea7836c86f07 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 16:42:01 -0400 Subject: fix: restructure steal yaml, update admin web gui --- data/objects/market_stall.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'data/objects/market_stall.yaml') diff --git a/data/objects/market_stall.yaml b/data/objects/market_stall.yaml index 7ab4570..6fb30d1 100644 --- a/data/objects/market_stall.yaml +++ b/data/objects/market_stall.yaml @@ -3,8 +3,9 @@ description: "A wooden stall piled with food and sundries. The vendor doesn't se color: "B3" inroom_description: "A bustling {B3}market stall{/} is set up here." hidden: false -steal_table: market_stall_steal -steal_level: 5 -steal_xp: 12 -steal_speed: 5 -guard_mob: guard \ No newline at end of file +steal: + table: market_stall_steal + level: 5 + xp: 12 + speed: 5 + guard_mob: guard \ No newline at end of file -- cgit v1.2.3