diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index bdb3c181..06781504 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -1016,6 +1016,14 @@ item_state = "fi" attack_verb = list("pranked","nyuh'd","science'd","hugged") + +/obj/item/toy/plush/tertia + desc = "An adorable stuffed toy that resembles a mischevious yet helpful slime-goat. It seems to have a warm smile." + icon_state = "tertia" + item_state = "tertia" + attack_verb = list("glorped","hugged","experimented","blorbled") + squeak_override = list('sound/effects/blobattack.ogg' = 1) + /obj/item/toy/plush/mammal/fox icon_state = "fox" item_state = "fox" diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 7a53b123..32c8a67e 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ