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