mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 21:23:58 +01:00
[MIRROR] Customizable dragon plushie! (#11717)
Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
349ac807c4
commit
3fd22e8106
@@ -86,6 +86,7 @@
|
||||
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
|
||||
blacklisted_types += /obj/item/toy/plushie/customizable
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user