mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 03:36:07 +01:00
[MIRROR] Dragon Plushie Upport (#11700)
Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
880254bb7c
commit
9e91e9017e
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user