diff options
| author | historia <[not public]> | 2026-07-08 02:23:59 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-08 02:23:59 -0400 |
| commit | 2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3 (patch) | |
| tree | ef4aef5a7393de51d765b24d565b414ddac4b9fe /data/objects/market_stall.yaml | |
| parent | 71f0f381de64e045f91da19450adacf10fbc7902 (diff) | |
| download | thehouseoficarus-2bbe6b8e912bbc5f4a61a33988fb27aca7bd5eb3.tar.gz | |
feat: object and mob steal tables can include both tables and items
Diffstat (limited to 'data/objects/market_stall.yaml')
| -rw-r--r-- | data/objects/market_stall.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
