Misc balance / Fixed unobtainable achievement
This commit is contained in:
@@ -113,6 +113,12 @@ public class GameService{
|
||||
captureAllSectors.complete();
|
||||
}
|
||||
|
||||
Events.run(Trigger.unitCommandAttack, () -> {
|
||||
if(campaign()){
|
||||
issueAttackCommand.complete();
|
||||
}
|
||||
});
|
||||
|
||||
Events.on(UnitDestroyEvent.class, e -> {
|
||||
if(campaign()){
|
||||
if(e.unit.team != Vars.player.team()){
|
||||
|
||||
Reference in New Issue
Block a user