This commit is contained in:
Anuken
2022-11-07 15:07:32 -05:00
parent 927566e038
commit 09b65fddb8
3 changed files with 11 additions and 4 deletions

View File

@@ -71,16 +71,17 @@ public class Planets{
//TODO SHOULD there be lighting?
updateLighting = false;
defaultAttributes.set(Attribute.heat, 0.8f);
ruleSetter = r -> {
r.waveTeam = Team.malis;
r.placeRangeCheck = false; //TODO true or false?
r.attributes.set(Attribute.heat, 0.8f);
r.placeRangeCheck = false;
r.showSpawns = true;
r.fog = true;
r.staticFog = true;
r.lighting = false;
r.coreDestroyClear = true;
r.onlyDepositCore = true; //TODO not sure
r.onlyDepositCore = true;
};
unlockedOnLand.add(Blocks.coreBastion);
@@ -139,7 +140,6 @@ public class Planets{
ruleSetter = r -> {
r.waveTeam = Team.crux;
r.placeRangeCheck = false;
r.attributes.clear();
r.showSpawns = false;
};
iconColor = Color.valueOf("7d4dff");