Makes game start smoother (#23552)

* Makes game start smoother

* Hide the sausage making

* Fix the shit

* Fixes AI's losing their name prefs
This commit is contained in:
Cyberboss
2017-02-22 15:55:50 +01:00
committed by AnturK
parent ccf3e74074
commit 3ab308aa0f
8 changed files with 91 additions and 42 deletions
+1
View File
@@ -68,6 +68,7 @@
/datum/datacore/proc/manifest()
for(var/mob/living/carbon/human/H in player_list)
manifest_inject(H)
CHECK_TICK
/datum/datacore/proc/manifest_modify(name, assignment)
var/datum/data/record/foundrecord = find_record("name", name, data_core.general)