mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user