two calls become one with a grammar pass

This commit is contained in:
Wayland-Smithy
2020-07-04 16:07:30 -04:00
parent 73f714301f
commit d4ceb85f00
@@ -40,8 +40,7 @@
. = ..()
if(!. || !client)
return FALSE
to_chat(src, "<b>You are the alien larva. Hide from danger until you can evolve.</b>")
to_chat(src, "<b>Use say :a to communicate with the hivemind.</b>")
to_chat(src, "<b>You are an alien larva. Hide from danger until you can evolve.<br>Use say :a to communicate with the hivemind.</b>")
/mob/living/carbon/alien/larva/adjustPlasma(amount)
if(stat != DEAD && amount > 0)