mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
Resolved #407 - units cannot pillage when at full health
This commit is contained in:
parent
2fdd3e2628
commit
a7bbea106c
@ -96,7 +96,7 @@ class UnitActions {
|
||||
}
|
||||
}
|
||||
|
||||
if(!unit.type.isCivilian() && tile.improvement !=null && unit.health<100){
|
||||
if(!unit.type.isCivilian() && tile.improvement !=null){
|
||||
actionList += UnitAction("Pillage", unit.currentMovement>0)
|
||||
{
|
||||
tile.improvementInProgress = tile.improvement
|
||||
|
Loading…
x
Reference in New Issue
Block a user