Generates parity between remote auth login chain and the normal login chain (#8802)

Fixes #8773
Fixes #7895
This commit is contained in:
Erki
2020-05-06 16:15:56 +03:00
committed by GitHub
parent 96f7055355
commit 4b327dcfe9
28 changed files with 109 additions and 44 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
var/mob/living/carbon/owner
var/datum/brain_trauma/special/imaginary_friend/trauma
/mob/abstract/mental/friend/Login()
/mob/abstract/mental/friend/LateLogin()
..()
to_chat(src, "<span class='notice'><b>You are the imaginary friend of [owner]!</b></span>")
to_chat(src, "<span class='notice'>You are absolutely loyal to your friend, no matter what.</span>")
+3 -3
View File
@@ -135,7 +135,7 @@
..()
/mob/living/mental/split_personality/Login()
/mob/living/mental/split_personality/LateLogin()
..()
to_chat(src, "<span class='notice'>As a split personality, you cannot do anything but observe. However, you will eventually gain control of your body, switching places with the current personality.</span>")
@@ -209,7 +209,7 @@
var/objective
var/codeword
/mob/living/mental/split_personality/traitor/Login()
/mob/living/mental/split_personality/traitor/LateLogin()
..()
to_chat(src, "<span class='notice'>As a brainwashed personality, you cannot do anything yet but observe. However, you may gain control of your body if you hear the special codeword, switching places with the current personality.</span>")
to_chat(src, "<span class='notice'>Your activation codeword is: <b>[codeword]</b></span>")
@@ -217,4 +217,4 @@
to_chat(src, "<span class='notice'>Your master left you an objective: <b>[objective]</b>. Follow it at all costs when in control.</span>")
#undef OWNER
#undef STRANGER
#undef STRANGER