Skip to content

Commit 7511539

Browse files
authored
Allows wallets to hold candy cash and chocolate coins (#27574)
1 parent 64de4d2 commit 7511539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/game/objects/items/weapons/storage/wallets.dm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
/obj/item/stack/medical,
1616
/obj/item/toy/crayon,
1717
/obj/item/coin,
18+
/obj/item/food/candy/chocolate_coin,
19+
/obj/item/food/candy/coin,
20+
/obj/item/food/candy/cash,
21+
/obj/item/food/customizable/candy/coin,
22+
/obj/item/food/customizable/candy/cash,
1823
/obj/item/dice,
1924
/obj/item/disk,
2025
/obj/item/bio_chip_implanter,

0 commit comments

Comments
 (0)