Changed spawn checktime to 100
This commit is contained in:
@@ -12,7 +12,7 @@ class _StructureSpawn extends StructureSpawn {
|
|||||||
|
|
||||||
tick(){
|
tick(){
|
||||||
if(!this.memory.init) this.begin();
|
if(!this.memory.init) this.begin();
|
||||||
if(Game.time%300) return;
|
if(Game.time%100) return;
|
||||||
if(this.room.energyAvailable < 300) return;
|
if(this.room.energyAvailable < 300) return;
|
||||||
const job = this.room.memory.vacancies.pop();
|
const job = this.room.memory.vacancies.pop();
|
||||||
if(job){
|
if(job){
|
||||||
|
|||||||
Reference in New Issue
Block a user