Make launch command require only 40% plane efficiency
This is to make it consistent with automatic missile launch.
This commit is contained in:
parent
132b20434d
commit
def5ef11ff
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ laun(void)
|
|||
}
|
||||
}
|
||||
|
||||
if (plane.pln_effic < 60) {
|
||||
if (plane.pln_effic < 40) {
|
||||
pr("%s is damaged (%d%%)\n", prplane(&plane), plane.pln_effic);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue