Some visual tweaks

This commit is contained in:
Anuken
2022-01-09 19:08:35 -05:00
parent b31098ed87
commit feb1135bcc
11 changed files with 23 additions and 4 deletions

View File

@@ -1644,6 +1644,7 @@ public class Blocks{
arrowTimeScl = 2.75f;
hasPower = true;
pulse = true;
envEnabled |= Env.space;
consumes.power(0.30f);
}};

View File

@@ -104,6 +104,8 @@ public class Planets{
//define launch candidates after all planets initialize
serpulo.launchCandidates.add(gier);
//TODO WHAT IF THERE'S NO TRANSITION??
gier.launchCandidates.add(erekir);
}