Fixed spelling mistake
This commit is contained in:
parent
fd695a82bc
commit
d026cb202f
|
@ -87,7 +87,7 @@ function calculateCreepBodies(room){
|
||||||
// 400 cost
|
// 400 cost
|
||||||
if(room.memory.extensions >= 2){
|
if(room.memory.extensions >= 2){
|
||||||
creepBodies.upgrader = [MOVE, MOVE, WORK, WORK, CARRY, CARRY];
|
creepBodies.upgrader = [MOVE, MOVE, WORK, WORK, CARRY, CARRY];
|
||||||
creepBodes.builder = [MOVE, MOVE, WORK, WORK, CARRY, CARRY];
|
creepBodies.builder = [MOVE, MOVE, WORK, WORK, CARRY, CARRY];
|
||||||
}
|
}
|
||||||
|
|
||||||
// 450 cost
|
// 450 cost
|
||||||
|
|
Loading…
Reference in a new issue