Skip to content

Commit

Permalink
Fix autocryo for aghosted players
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Jun 21, 2023
1 parent b48f624 commit 0e464f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modular_ss220/modules/auto_cryo/autocryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

/mob/living/carbon/Logout()
. = ..()
is_logout = TRUE
if(mind.active)
is_logout = TRUE

/mob/living/carbon/Login()
. = ..()
Expand Down

0 comments on commit 0e464f4

Please sign in to comment.