Serpulo light coverage update fixes

This commit is contained in:
Anuken
2025-05-30 16:50:22 -04:00
parent cb2a235a45
commit c797974585
4 changed files with 27 additions and 13 deletions

View File

@@ -37,6 +37,10 @@ public abstract class PlanetGenerator extends BasicGenerator implements HexMeshe
}
public void beforeSaveWrite(Sector sector){
}
public void getLockedText(Sector hovered, StringBuilder out){
out.append("[gray]").append(Iconc.lock).append(" ").append(Core.bundle.get("locked"));
}