Fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user