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