Force canGameOver in campaign

This commit is contained in:
Anuken
2023-01-12 11:32:57 -05:00
parent f070d8c965
commit 85077fbb9c

View File

@@ -70,6 +70,9 @@ public class Logic implements ApplicationListener{
if(state.isCampaign()){
state.rules.coreIncinerates = true;
//TODO why is this even a thing?
state.rules.canGameOver = true;
//fresh map has no sector info
if(!e.isMap){
SectorInfo info = state.rules.sector.info;