X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=events.c;h=940ad7b54e126d03834a0b118ca1d02f52c52b4c;hb=4a5bcd72352292e038b55645a1d6207407b30f71;hp=c3f22f5d0996b7d0b1d43384c4471e6fba3dbb6e;hpb=2a0411c349010501abd2f907b8965a8ca9b4e80c;p=super-star-trek.git diff --git a/events.c b/events.c index c3f22f5..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; } @@ -635,7 +635,7 @@ void snova(int insx, int insy) { if (game.damage[DRADIO] == 0.0 || condit == IHDOCKED) { skip(1); prout("Message from Starfleet Command Stardate %.2f", game.state.date); - proutn(" Supernova in %s; caution advised.", + prout(" Supernova in %s; caution advised.", cramlc(quadrant, nqx, nqy)); } }