From 81fdb96968a30e19a9f1b150ac22bdf6f04415cb Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:50:23 -0500 Subject: [PATCH 1/2] small moment --- code/modules/tcg/cards.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/tcg/cards.dm b/code/modules/tcg/cards.dm index ff7d2fee2a..258e7a4c23 100644 --- a/code/modules/tcg/cards.dm +++ b/code/modules/tcg/cards.dm @@ -66,6 +66,7 @@ desc = "A flipped TCG-branded card." icon_state = "cardback" icon = 'icons/obj/tcg/pack_1.dmi' + w_class = WEIGHT_CLASS_SMALL var/datum_type = /datum/tcg_card var/datum/tcg_card/card_datum @@ -548,6 +549,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() From a55d492d9d9eeda1bd5549dee39e23bd5cfd67a9 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Tue, 23 Feb 2021 18:58:18 -0500 Subject: [PATCH 2/2] reading moment --- code/modules/tcg/cards.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/tcg/cards.dm b/code/modules/tcg/cards.dm index 258e7a4c23..54d6d5abd9 100644 --- a/code/modules/tcg/cards.dm +++ b/code/modules/tcg/cards.dm @@ -66,7 +66,6 @@ desc = "A flipped TCG-branded card." icon_state = "cardback" icon = 'icons/obj/tcg/pack_1.dmi' - w_class = WEIGHT_CLASS_SMALL var/datum_type = /datum/tcg_card var/datum/tcg_card/card_datum