From d4ceb85f00444502017dca9d0ebbef2cfd87219e Mon Sep 17 00:00:00 2001
From: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com>
Date: Sat, 4 Jul 2020 16:07:30 -0400
Subject: [PATCH] two calls become one with a grammar pass
---
code/modules/mob/living/carbon/alien/larva/larva.dm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/code/modules/mob/living/carbon/alien/larva/larva.dm b/code/modules/mob/living/carbon/alien/larva/larva.dm
index f3554660f37..ab19f3ce5f2 100644
--- a/code/modules/mob/living/carbon/alien/larva/larva.dm
+++ b/code/modules/mob/living/carbon/alien/larva/larva.dm
@@ -40,8 +40,7 @@
. = ..()
if(!. || !client)
return FALSE
- to_chat(src, "You are the alien larva. Hide from danger until you can evolve.")
- to_chat(src, "Use say :a to communicate with the hivemind.")
+ to_chat(src, "You are an alien larva. Hide from danger until you can evolve.
Use say :a to communicate with the hivemind.")
/mob/living/carbon/alien/larva/adjustPlasma(amount)
if(stat != DEAD && amount > 0)