Renames latespawn() to be less confusing

This commit is contained in:
HarpyEagle
2015-10-11 11:26:24 -04:00
parent debe69aa80
commit dec0629fae
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
process_count = 0
try_latespawn()
/datum/game_mode/proc/latespawn(var/mob/living/carbon/human/character)
//This can be overriden in case a game mode needs to do stuff when a player latejoins
/datum/game_mode/proc/handle_latejoin(var/mob/living/carbon/human/character)
if(!character.mind)
return
try_latespawn(character.mind)