(LND_SPY_DETECT_CHANCE): New.
(look_land, sabo, prunits, unitsatxy, lnd_mar_one_sector, count_sect_units, takeover): Use it. Closes bug#786369.
This commit is contained in:
parent
fc9ec1323a
commit
c2c16e1a04
7 changed files with 10 additions and 19 deletions
|
@ -87,7 +87,7 @@ sabo(void)
|
|||
}
|
||||
putvar(V_SHELL, vec[I_SHELL] - 1, (s_char *)&land, EF_LAND);
|
||||
|
||||
odds = (100 - land.lnd_effic) / 100.0 + .10;
|
||||
odds = LND_SPY_DETECT_CHANCE(land.lnd_effic);
|
||||
if (chance(odds)) {
|
||||
wu(0, sect.sct_own,
|
||||
"%s spy shot in %s during sabotage attempt.\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue