Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -157,10 +157,9 @@ setsector(void)
|
|||
wu(player->cnum, amt,
|
||||
"Sector %s gained from deity intervention\n",
|
||||
xyas(sect.sct_x, sect.sct_y, amt));
|
||||
makelost(EF_SECTOR, sect.sct_own, 0, sect.sct_x,
|
||||
sect.sct_y);
|
||||
makelost(EF_SECTOR, sect.sct_own, 0,
|
||||
sect.sct_x, sect.sct_y);
|
||||
makenotlost(EF_SECTOR, amt, 0, sect.sct_x, sect.sct_y);
|
||||
|
||||
sect.sct_own = (natid)amt;
|
||||
putsect(§);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue