Borer Nerve Message Fix (#11424)

This commit is contained in:
Geeves
2021-03-14 13:04:50 +01:00
committed by GitHub
parent e04069226c
commit 6575e43ae0
3 changed files with 8 additions and 2 deletions
@@ -99,12 +99,12 @@
host.remove_language(LANGUAGE_BORER)
host.remove_language(LANGUAGE_BORER_HIVEMIND)
to_chat(host, "<span class='notice'>You feel your nerves again as your control over your own body is restored.</span>")
host.verbs -= /mob/living/carbon/proc/release_control
host.verbs -= /mob/living/carbon/proc/punish_host
host.verbs -= /mob/living/carbon/proc/spawn_larvae
if(host_brain)
to_chat(host_brain, FONT_LARGE(SPAN_NOTICE("You feel your nerves again as your control over your own body is restored.")))
// these are here so bans and multikey warnings are not triggered on the wrong people when ckey is changed.
// computer_id and IP are not updated magically on their own in offline mobs -walter0o
@@ -361,7 +361,7 @@
var/mob/living/simple_animal/borer/B = has_brain_worms()
if(B?.host_brain)
to_chat(src, SPAN_WARNING("You withdraw your probosci, releasing control of [B.host_brain]"))
to_chat(src, SPAN_WARNING("You withdraw your probosci, releasing control of [B.host_brain]."))
B.detach()