mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Borer Nerve Message Fix (#11424)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user