Small Plushie Tweaks (#11680)

This commit is contained in:
crunchypretzels
2021-04-19 18:11:44 -03:00
committed by GitHub
parent 703c7fb4c3
commit 193fabf5a9
4 changed files with 50 additions and 0 deletions
@@ -191,6 +191,7 @@
/datum/gear/plushie
display_name = "plushie selection"
description = "A selection of plush toys."
path = /obj/item/toy/plushie
/datum/gear/plushie/New()
@@ -210,6 +211,7 @@
plushies["plushie, cool schlorrgo"] = /obj/item/toy/plushie/coolschlorrgo
plushies["plushie, slime"] = /obj/item/toy/plushie/slime
plushies["plushie, penny"] = /obj/item/toy/plushie/pennyplush
plushies["plushie, greimorian"] = /obj/item/toy/plushie/greimorian
gear_tweaks += new/datum/gear_tweak/path(plushies)
/datum/gear/toothpaste