From 96a782038d15d55027d76636d8ecfa81aba0f7f7 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Tue, 15 Oct 2019 06:38:06 -0400 Subject: [PATCH] Minor Spelling Fix Title, fix spelling of vore action for spitters. Piranha Spitter is attemping to slurped up Samantha Janice Softfur into their stomach! --> Piranha Spitter is attemping to slurp up Samantha Janice Softfur into their stomach! --- code/modules/mob/living/simple_animal/animals/tomato.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/animals/tomato.dm b/code/modules/mob/living/simple_animal/animals/tomato.dm index 6c1584d8aa..c126414a30 100644 --- a/code/modules/mob/living/simple_animal/animals/tomato.dm +++ b/code/modules/mob/living/simple_animal/animals/tomato.dm @@ -179,7 +179,7 @@ /mob/living/simple_animal/hostile/piranhaplant/spitter/init_vore() ..() var/obj/belly/B = vore_selected - B.vore_verb = "slurped up" + B.vore_verb = "slurp up" B.desc = "You're pulled into the tight mouth of the plant. The tongue mulls you about and squishes you around, coating you in a slurry of digestive fluides that burn hotly and smell foul." B.digest_burn = 5 B.digest_brute = 0 @@ -232,4 +232,4 @@ B.digest_burn = 0.5 B.digest_brute = 0 B.vore_verb = "slurp up" - B.name = "pitcher" \ No newline at end of file + B.name = "pitcher"