Resolved #407 - units cannot pillage when at full health
This commit is contained in:
parent
2fdd3e2628
commit
a7bbea106c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue