Merge pull request #8019 from Thalpy/FermiChem

Fermi chem creates a plushie
This commit is contained in:
nik707
2019-02-22 02:41:42 -06:00
committed by GitHub
3 changed files with 20 additions and 0 deletions
+8
View File
@@ -835,6 +835,14 @@
icon_state = "drew"
item_state = "drew"
/obj/item/toy/plush/catgirl/fermis
name = "medcat plushie"
desc = "An affectionate stuffed toy that resembles a certain medcat, comes complete with battery operated wagging tail!! You get the impression she's cheering you on to to find happiness and be kind to people."
icon_state = "fermis"
item_state = "fermis"
attack_verb = list("cuddled", "petpatted", "wigglepurred")
squeak_override = list('modular_citadel/sound/voice/merowr.ogg' = 1)
/obj/item/toy/plush/awakenedplushie/ComponentInitialize()
. = ..()
AddComponent(/datum/component/edit_complainer)