X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=events.c;h=940ad7b54e126d03834a0b118ca1d02f52c52b4c;hb=998ff9c48426dd89c25b56ab59a0c8e2b6986355;hp=ec3902e2ee71933438b30293e2056753f7fa818e;hpb=7d27c8befdb5de9a50ff4af88e764c8336bc1797;p=super-star-trek.git diff --git a/events.c b/events.c index ec3902e..940ad7b 100644 --- a/events.c +++ b/events.c @@ -580,7 +580,7 @@ void nova(int ix, int iy) { skip(1); prout("Force of nova displaces starship."); iattak=2; /* Eliminates recursion problem */ - move(); + imove(); Time = 10.0*dist/16.0; return; } @@ -634,8 +634,8 @@ void snova(int insx, int insy) { /* it isn't here, or we just entered (treat as inroute) */ if (game.damage[DRADIO] == 0.0 || condit == IHDOCKED) { skip(1); - prout("Message from Starfleet Command Stardate %5.2f", game.state.date); - proutn(" Supernova in %s; caution advised.", + prout("Message from Starfleet Command Stardate %.2f", game.state.date); + prout(" Supernova in %s; caution advised.", cramlc(quadrant, nqx, nqy)); } }