Stacking Die (#12929)

This commit is contained in:
Geeves
2022-02-02 17:13:06 +01:00
committed by GitHub
parent a32ce7644e
commit d75c99fbdf
11 changed files with 87 additions and 64 deletions
@@ -7,8 +7,8 @@
drop_sound = 'sound/items/drop/hat.ogg'
pickup_sound = 'sound/items/pickup/hat.ogg'
starts_with = list(
/obj/item/dice = 1,
/obj/item/dice/d20 = 1
/obj/item/stack/dice = 12,
/obj/item/stack/dice/d20 = 4
)
/obj/item/storage/pill_bottle/dice/gaming
@@ -16,11 +16,11 @@
desc = "It's a small container with gaming dice inside."
icon_state = "magicdicebag"
starts_with = list(
/obj/item/dice/d4 = 1,
/obj/item/dice/d8 = 1,
/obj/item/dice/d10 = 1,
/obj/item/dice/d12 = 1,
/obj/item/dice/d100 = 1
/obj/item/stack/dice/d4 = 4,
/obj/item/stack/dice/d8 = 4,
/obj/item/stack/dice/d10 = 4,
/obj/item/stack/dice/d12 = 4,
/obj/item/stack/dice/d100 = 4
)
/obj/item/storage/card