From 43400155ec3d75fa48a553eaee336b9496c85bb8 Mon Sep 17 00:00:00 2001 From: skoglol <33292112+kriskog@users.noreply.github.com> Date: Sat, 22 Dec 2018 22:21:24 +0100 Subject: [PATCH] Some plushie grammar fixes (#42003) Fixed Bubblegum plushie attack verb, Ratvar and Bubblegum plushie capitalization. --- code/game/objects/items/plushes.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index f518ad595b0..b5d86402c21 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -372,14 +372,14 @@ squeak_override = list('sound/weapons/bite.ogg'=1) /obj/item/toy/plush/bubbleplush - name = "bubblegum plushie" + name = "\improper Bubblegum plushie" desc = "The friendly red demon that gives good miners gifts." icon_state = "bubbleplush" - attack_verb = list("rends") + attack_verb = list("rent") squeak_override = list('sound/magic/demon_attack1.ogg'=1) /obj/item/toy/plush/plushvar - name = "ratvar plushie" + name = "\improper Ratvar plushie" desc = "An adorable plushie of the clockwork justiciar himself with new and improved spring arm action." icon_state = "plushvar" var/obj/item/toy/plush/narplush/clash_target