mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Plushie tweaks!
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
display_name = "Spaceball booster pack"
|
||||
path = /obj/item/weapon/pack/spaceball
|
||||
|
||||
/datum/gear/plushie
|
||||
display_name = "plushie selection"
|
||||
path = /obj/item/toy/plushie/
|
||||
|
||||
/datum/gear/plushie/New()
|
||||
..()
|
||||
var/list/plushies = list()
|
||||
for(var/plushie in subtypesof(/obj/item/toy/plushie/) - /obj/item/toy/plushie/therapy)
|
||||
var/obj/item/toy/plushie/plushie_type = plushie
|
||||
plushies[initial(plushie_type.name)] = plushie_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(plushies))
|
||||
|
||||
/datum/gear/flask
|
||||
display_name = "flask"
|
||||
path = /obj/item/weapon/reagent_containers/food/drinks/flask/barflask
|
||||
|
||||
Reference in New Issue
Block a user