Merge pull request #15343 from SandPoot/deadmin-prefs

Ports Automatic Deadminning from TG
This commit is contained in:
silicons
2022-04-15 17:44:55 -07:00
committed by GitHub
24 changed files with 132 additions and 23 deletions
+3
View File
@@ -121,6 +121,9 @@ INITIALIZE_IMMEDIATE(/mob/dead)
if (isturf(T))
update_z(T.z)
/mob/dead/auto_deadmin_on_login()
return
/mob/dead/Logout()
update_z(null)
return ..()