mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user