From 8abce435471ac9d660168484947cd21f2bdf3c04 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Tue, 16 Feb 2021 16:04:31 +0300 Subject: [PATCH] Fixes --- code/modules/tcg/cards.dm | 2 +- code/modules/tcg/pack_star.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/tcg/cards.dm b/code/modules/tcg/cards.dm index 10f3619474..b4ef7846c6 100644 --- a/code/modules/tcg/cards.dm +++ b/code/modules/tcg/cards.dm @@ -584,7 +584,7 @@ if(!(card_type in card_types)) return - var/obj/item/tcg_card/card = new(get_turf(src), /datum/tcg_card/pack_star/exodia) + var/obj/item/tcg_card/card = new(get_turf(src), /datum/tcg_card/exodia/exodia) card.forceMove(src) cards.Add(card) diff --git a/code/modules/tcg/pack_star.dm b/code/modules/tcg/pack_star.dm index 4ee04f4710..4b8e32e631 100644 --- a/code/modules/tcg/pack_star.dm +++ b/code/modules/tcg/pack_star.dm @@ -300,5 +300,5 @@ datum_type = /datum/tcg_card/exodia/exodia_ratvar /obj/item/tcg_card/special/exodia - datum_type = /datum/tcg_card/pack_star/exodia + datum_type = /datum/tcg_card/exodia/exodia