(pinflak_planedamage): Printed extra '%' since rev. 1.40, fix.
This commit is contained in:
parent
79407e68fd
commit
dab28b9780
1 changed files with 1 additions and 1 deletions
|
@ -870,7 +870,7 @@ pinflak_planedamage(struct plnstr *pp, struct plchrstr *pcp, natid from,
|
|||
sprintf(dmess, " -- shot down");
|
||||
disp = 1;
|
||||
} else if (chance((100 - eff) / 100.0)) {
|
||||
sprintf(dmess, " -- aborted with %d%%%% damage", 100 - eff);
|
||||
sprintf(dmess, " -- aborted with %d%% damage", 100 - eff);
|
||||
disp = 2;
|
||||
}
|
||||
PR(plane_owner, " Flak! %s %s takes %d%s.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue