POLARIS: Log more engine info

This commit is contained in:
Arokha Sieyes
2018-03-11 21:33:31 -04:00
parent 031874bc6b
commit 82a0d86cf9
8 changed files with 30 additions and 11 deletions
@@ -354,6 +354,7 @@
var/mob/living/character = create_character(T) //creates the human and transfers vars and mind
character = job_master.EquipRank(character, rank, 1) //equips the human
UpdateFactionList(character)
log_game("JOINED [key_name(character)] as \"[rank]\"")
// AIs don't need a spawnpoint, they must spawn at an empty core
if(character.mind.assigned_role == "AI")