mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes Random Plushie Spawning
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user