This commit is contained in:
Anuken
2025-05-31 01:16:53 -04:00
parent 39b5d51409
commit 5483c6b290
4 changed files with 35 additions and 32 deletions
@@ -80,6 +80,11 @@ public class SerpuloPlanetGenerator extends PlanetGenerator{
sector.planet.reloadMeshAsync();
}
@Override
public boolean isEmissive(){
return true;
}
@Override
public boolean allowLanding(Sector sector){
return sector.planet.allowLaunchToNumbered && (sector.hasBase() || sector.near().contains(s -> s.hasBase() &&