Merge pull request #3420 from Citadel-Station-13/upstream-merge-31665

[MIRROR] Adds logging crew manifest to seperate file
This commit is contained in:
LetterJay
2017-10-16 07:28:03 -04:00
committed by GitHub
7 changed files with 19 additions and 1 deletions
+2
View File
@@ -77,6 +77,8 @@
/datum/datacore/proc/manifest()
for(var/mob/dead/new_player/N in GLOB.player_list)
if(N.new_character)
log_manifest(N.ckey,N.new_character.mind,N.new_character)
if(ishuman(N.new_character))
manifest_inject(N.new_character, N.client)
CHECK_TICK