diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 96f17ce790..5fe6d2d442 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -591,23 +591,20 @@ desc = "An adorable stuffed toy that resembles a slime. It is practically just a hacky sack." icon_state = "plushie_slime" item_state = "plushie_slime" - attack_verb = list("blorbled", "slimed", "absorbed") + attack_verb = list("blorbled", "slimed", "absorbed", "glomped") squeak_override = list('sound/effects/blobattack.ogg' = 1) gender = FEMALE //given all the jokes and drawings, I'm not sure the xenobiologists would make a slimeboy /obj/item/toy/plush/slimeplushie/annie - name = "slime plushie" desc = "An adorable stuffed toy that resembles a slimey crewmember." icon_state = "annie" item_state = "annie" - attack_verb = list("blorbled", "slimed", "absorbed", "glomped") /obj/item/toy/plush/slimeplushie/paxton - name = "slime plushie" desc = "An adorable stuffed toy that resembles a slimey crewmember." icon_state = "paxton" item_state = "paxton" - attack_verb = list("blorbled", "slimed", "absorbed", "glomped", "CQC'd", "jabroni'd", "powergamed", "robusted", "cakehatted") + attack_verb = list("CQC'd", "jabroni'd", "powergamed", "robusted", "cakehatted") gender = MALE /obj/item/toy/plush/awakenedplushie @@ -768,6 +765,10 @@ icon_state = "ray" item_state = "ray" +/obj/item/toy/plush/mammal/redtail + icon_state = "redtail" + item_state = "redtail" + /obj/item/toy/plush/mammal/dawud icon_state = "dawud" item_state = "dawud" diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 324c4a17ee..8c0e11ef16 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ