mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Fix submarines battle table.
This commit is contained in:
parent
2db30a247a
commit
e63f9297b3
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user