Merge pull request #8918 from Fox-McCloud/fluff-spawn-fix

Fixes Random Plushie Spawning
This commit is contained in:
tigercat2000
2018-04-24 18:09:11 -07:00
committed by GitHub
+1 -1
View File
@@ -997,7 +997,7 @@ obj/item/toy/cards/deck/syndicate/black
icon_state = "redfox"
/obj/random/plushie/item_to_spawn()
return pick(subtypesof(/obj/item/toy/plushie)) //exclude the base type.
return pick(subtypesof(/obj/item/toy/plushie) - typesof(/obj/item/toy/plushie/fluff)) //exclude the base type.
/obj/item/toy/plushie/corgi
name = "corgi plushie"