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
+2 -2
View File
@@ -23,8 +23,8 @@ var/global/list/can_enter_vent_with = list(
/mob/living/proc/can_ventcrawl()
return 0
/mob/living/Login()
. = ..()
/mob/living/LateLogin()
..()
//login during ventcrawl
if(is_ventcrawling && istype(loc, /obj/machinery/atmospherics)) //attach us back into the pipes
remove_ventcrawl()