mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Merge pull request #651 from ninjatao/fix_battletable
Fix submarines battle table.
This commit is contained in:
@ -58,7 +58,7 @@ class BattleTable(val worldScreen: WorldScreen): Table() {
|
||||
}
|
||||
|
||||
if(defender.isInvisible()
|
||||
&& attacker.getCivInfo().viewableInvisibleUnitsTiles.contains(selectedTile)) {
|
||||
&& !attacker.getCivInfo().viewableInvisibleUnitsTiles.contains(selectedTile)) {
|
||||
hide()
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user