Merge pull request #14285 from kappa-sama/patch-46

makes tcg cards and binders small and thus easier to store for persistence
This commit is contained in:
silicons
2021-02-26 13:35:02 -07:00
committed by GitHub

View File

@@ -548,6 +548,7 @@
desc = "A TCG-branded card binder, specifically for your infinite collection of TCG cards!"
icon = 'icons/obj/tcg/misc.dmi'
icon_state = "binder"
w_class = WEIGHT_CLASS_SMALL
var/list/cards = list()
var/list/decks = list()