mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Adds unique ruin cards and Exodia cards)
This commit is contained in:
@@ -500,6 +500,7 @@ SUBSYSTEM_DEF(job)
|
||||
var/obj/item/tcg_card/card = new(get_turf(H), card_type)
|
||||
card.forceMove(binder)
|
||||
binder.cards.Add(card)
|
||||
binder.check_for_exodia()
|
||||
else
|
||||
if(H && N.client.prefs && length(N.client.prefs.tcg_cards))
|
||||
var/obj/item/tcgcard_binder/binder = new(get_turf(H))
|
||||
|
||||
Reference in New Issue
Block a user