mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Generates parity between remote auth login chain and the normal login chain (#8802)
Fixes #8773 Fixes #7895
This commit is contained in:
@@ -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>")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user