diff options
| author | historia <[not public]> | 2026-07-05 16:42:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-05 16:42:01 -0400 |
| commit | 9b54188970c51070d86f4c87e909ea7836c86f07 (patch) | |
| tree | 9dea17fee340bb92dee8bb4632001dbf219d2462 /data/objects/market_stall.yaml | |
| parent | 21c1997a3fd0f5ec5dcff1add45e4dfaf7a338ca (diff) | |
| download | thehouseoficarus-9b54188970c51070d86f4c87e909ea7836c86f07.tar.gz | |
fix: restructure steal yaml, update admin web gui
Diffstat (limited to 'data/objects/market_stall.yaml')
| -rw-r--r-- | data/objects/market_stall.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
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 |
