Blacklists TCG card decks from spawners (#94535)

## About The Pull Request

Empty TCG card decks cannot appear in spawners anymore

## Why It's Good For The Game

getting the concept of trading cards but no cards for christmas is a
pretty unthoughtful gift

## Changelog
🆑

fix: Empty TCG game decks will no longer appear in presents

/🆑
This commit is contained in:
Leland Kemble
2025-12-19 10:11:49 -05:00
committed by GitHub
parent 91d5cbb09f
commit 6b9e42d0ed
+1
View File
@@ -188,6 +188,7 @@ GLOBAL_LIST_EMPTY(tcgcard_radial_choices)
icon_state = "deck_up"
base_icon_state = "deck"
obj_flags = UNIQUE_RENAME
spawn_blacklisted = TRUE
var/flipped = FALSE
var/static/radial_draw = image(icon = 'icons/hud/radial.dmi', icon_state = "radial_draw")
var/static/radial_shuffle = image(icon = 'icons/hud/radial.dmi', icon_state = "radial_shuffle")