More experimental changes / Better RTS AI

This commit is contained in:
Anuken
2022-04-11 00:35:24 -04:00
parent 0d66c7dec7
commit 9f95dc6e47
4 changed files with 27 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ public class Planets{
updateLighting = false;
ruleSetter = r -> {
r.placeRangeCheck = true;
r.placeRangeCheck = false; //TODO true or false?
r.attributes.set(Attribute.heat, 0.8f);
r.showSpawns = true;
r.fog = true;