Spawn check no longer needs an init file. sched_buildingBubble has been removed.

sched_buildingBubble was not coded correctly and is not necessary.
This commit is contained in:
worldwidesorrow
2020-01-09 16:35:05 -06:00
committed by GitHub
parent 349b67c287
commit 7ec0ddd412

View File

@@ -37,7 +37,7 @@ if (count _list == 0) then {
[ 0.2, 0.12, sched_gui, sched_gui_init ],
[ 2, 0.13, sched_medical_effects, sched_medical_effects_init ],
[ 10, 15.13, sched_medical_effectsSlow ],
[ 6, 24.18, sched_spawnCheck, sched_spawnCheck_init ],
[ 6, 24.18, sched_spawnCheck ],
[ 1, 0.63, sched_throwable, sched_throwable_init ],
[ 1, 0.33, sched_medical, sched_medical_init ],
//[ 15, 3, sched_humanityChange ], //Humanity morphing disabled on Epoch to avoid loss of purchased clothing
@@ -63,4 +63,4 @@ if (count _list == 0) then {
};
_list execFSM (_base+"scheduler.fsm");
diag_log [ diag_tickTime, __FILE__, "Scheduler started"];
diag_log [ diag_tickTime, __FILE__, "Scheduler started"];