Adds logging crew manifest to seperate file (#31665)

* Adds logging crew manifest to seperate file

* Coding blind

* i can spel words

* Not everyone in the lobby please.

* Proper header

* Fix

* Better format
This commit is contained in:
AnturK
2017-10-15 23:56:35 +02:00
committed by CitadelStationBot
parent be2dc49384
commit 64b1be05ff
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