Fixes Random Plushie Spawning

This commit is contained in:
Fox McCloud
2018-04-24 21:02:07 -04:00
parent 604f26f2ec
commit 9860cf996e
+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"