(multifire): Retreat when helpless used RET_INJURED instead of
RET_HELPLESS. Closes #1146364.
This commit is contained in:
parent
5663713be9
commit
8065fe84e4
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ multifire(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ((totaldefdam == 0) && (target == targ_ship))
|
if ((totaldefdam == 0) && (target == targ_ship))
|
||||||
if (vship.shp_rflags & RET_INJURED)
|
if (vship.shp_rflags & RET_HELPLESS)
|
||||||
retreat_ship(&vship, 'h');
|
retreat_ship(&vship, 'h');
|
||||||
switch (attacker) {
|
switch (attacker) {
|
||||||
case targ_land:
|
case targ_land:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue