From 2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 8 Jul 2026 02:23:59 -0400 Subject: feat: object and mob steal tables can include both tables and items --- data/objects/market_stall.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data/objects/market_stall.yaml') diff --git a/data/objects/market_stall.yaml b/data/objects/market_stall.yaml index 6fb30d1..36be9c9 100644 --- a/data/objects/market_stall.yaml +++ b/data/objects/market_stall.yaml @@ -4,7 +4,9 @@ color: "B3" inroom_description: "A bustling {B3}market stall{/} is set up here." hidden: false steal: - table: market_stall_steal + drops: + - table: market_stall_steal + weight: 1 level: 5 xp: 12 speed: 5 -- cgit v1.2.3