Merge pull request #5209 from Krausus/OnceYouLeaveYouCannotComeBack

Changes to Player Respawnability
This commit is contained in:
Fox McCloud
2016-08-03 19:12:04 -04:00
committed by GitHub
13 changed files with 81 additions and 15 deletions
+1
View File
@@ -1252,6 +1252,7 @@
message_admins("[key_name_admin(usr)] has sent [key_name_admin(M)] back to the Lobby.")
var/mob/new_player/NP = new()
non_respawnable_keys -= M.ckey
NP.ckey = M.ckey
qdel(M)