Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -301,8 +301,8 @@ detonate(struct nukstr *np, coord x, coord y, int airburst)
|
|||
continue;
|
||||
if (roll(100) >= damage)
|
||||
continue;
|
||||
makelost(EF_NUKE, nuke.nuk_own, nuke.nuk_uid, nuke.nuk_x,
|
||||
nuke.nuk_y);
|
||||
makelost(EF_NUKE, nuke.nuk_own, nuke.nuk_uid,
|
||||
nuke.nuk_x, nuke.nuk_y);
|
||||
nuke.nuk_own = 0;
|
||||
if (own == bombown) {
|
||||
mpr(bombown, "%s at %s destroyed\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue