(kaboom): Print at least one set of "O O "s.
This commit is contained in:
parent
e19229ad98
commit
2437a7a551
1 changed files with 2 additions and 2 deletions
|
@ -324,8 +324,8 @@ detonate(struct nukstr *np, coord x, coord y, int airburst)
|
||||||
static void
|
static void
|
||||||
kaboom(int x, int y, int rad, natid cn)
|
kaboom(int x, int y, int rad, natid cn)
|
||||||
{
|
{
|
||||||
mpr(cn, "\n\nK A B ");
|
mpr(cn, "\n\nK A B O O ");
|
||||||
while (rad-- > 0)
|
while (rad-- > 1)
|
||||||
mpr(cn, "O O ");
|
mpr(cn, "O O ");
|
||||||
mpr(cn, "M ! in %s\n\n", xyas(x, y, cn));
|
mpr(cn, "M ! in %s\n\n", xyas(x, y, cn));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue