Dragon Plushie Upport (#18523)

* Upport dragon plushies

* Whoops, forgot the icons

* Add to loadout blacklist
This commit is contained in:
MeepleMuncher
2025-09-18 20:04:16 -04:00
committed by GitHub
parent 760e11d962
commit aef1333726
8 changed files with 100 additions and 6 deletions
@@ -85,6 +85,7 @@
blacklisted_types += subtypesof(/obj/item/toy/plushie/therapy)
blacklisted_types += subtypesof(/obj/item/toy/plushie/fluff)
blacklisted_types += /obj/item/toy/plushie/borgplushie/drake //VOREStation addition
blacklisted_types += /obj/item/toy/plushie/dragon/gold_east
for(var/obj/item/toy/plushie/plushie_type as anything in subtypesof(/obj/item/toy/plushie) - blacklisted_types)
plushies[initial(plushie_type.name)] = plushie_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(plushies))