mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
two calls become one with a grammar pass
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user