Fix bad line break / whitespace. No functional changes.
This commit is contained in:
parent
16407594d6
commit
7e402f062c
3 changed files with 5 additions and 6 deletions
|
@ -632,9 +632,8 @@ board_abort(struct combat *off, struct combat *def)
|
|||
}
|
||||
getship(off->shp_uid, &aship);
|
||||
getship(def->shp_uid, &dship);
|
||||
if (techfact(aship.shp_tech, 1.0) *
|
||||
aship.shp_speed * off->eff <=
|
||||
techfact(dship.shp_tech, 1.0) * dship.shp_speed * def->eff) {
|
||||
if (techfact(aship.shp_tech, 1.0) * aship.shp_speed * off->eff
|
||||
<= techfact(dship.shp_tech, 1.0) * dship.shp_speed * def->eff) {
|
||||
pr("Victim ship moves faster than you do!\n");
|
||||
if (def->own)
|
||||
wu(0, def->own,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue