From 7b009e904524f30cbff6346730e8d8fe4b046a6b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 4 Jul 2026 19:32:05 -0400 Subject: feat: add casino chips, change drops to chips --- data/mobs/examples/goblin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/mobs/examples/goblin.yaml') diff --git a/data/mobs/examples/goblin.yaml b/data/mobs/examples/goblin.yaml index 649c896..e40bb0f 100644 --- a/data/mobs/examples/goblin.yaml +++ b/data/mobs/examples/goblin.yaml @@ -28,10 +28,10 @@ combat: description: A small green-skinned goblin with a rusty blade. drops: loot: - - item_id: credits + - item_id: chips quantity: 5 weight: 80 - - item_id: credits + - item_id: chips quantity: 25 weight: 20 remains: bones -- cgit v1.2.3