Various campaign-related tweaks

This commit is contained in:
Anuken
2020-05-13 17:04:59 -04:00
parent c432639dfa
commit 04dc701c25
15 changed files with 77 additions and 36 deletions

View File

@@ -273,7 +273,7 @@ public class PlanetDialog extends FloatingDialog{
}
if(sec.hostility >= 0.02f){
//drawSelection(sec, Color.scarlet, 0.11f * sec.hostility);
drawSelection(sec, Color.scarlet, 0.11f * sec.hostility);
}
}