Change made. -- James Cameron mailto:quozl at us.netrek.org http://quozl.netrek.org/ --- old-netrek-server/Vanilla/ntserv/data.c 2008-07-08 11:40:35.000000000 +1000 +++ new-netrek-server/Vanilla/ntserv/data.c 2008-07-08 11:40:35.000000000 +1000 @@ -333,7 +333,7 @@ { 'X', "no zero", "this should never get looked at" }, { 't', "taking", " %T%c->%O (%S) Carrying %a to %l%?%n>-1%{ @ %n%}\0"}, { 'o', "ogg", " %T%c->%O Help Ogg %p at %l\0" }, - { 'b', "bomb", " %T%c->%O %?%n>4%{bomb %l @ %n%!bomb%}\0"}, + { 'b', "bomb", " %T%c->%O %?%n>4%{bomb %l @ %n%!bomb %l%}\0"}, { 'c', "space_control", " %T%c->%O Help Control at %L\0" }, { '1', "save_planet", " %T%c->%O Emergency at %L!!!!\0" }, { '2', "base_ogg", " %T%c->%O Sync with --]> %g <[-- OGG ogg OGG base!!\0" }, --- old-netrek-client-cow/data.c 2008-07-08 11:39:31.000000000 +1000 +++ new-netrek-client-cow/data.c 2008-07-08 11:39:31.000000000 +1000 @@ -501,7 +501,7 @@ /* ^o */ {'\xcf', "ogg", " %T%c->%O Help Ogg %p at %l\0"}, /* ^b */ - {'\xc2', "bomb", " %T%c->%O %?%n>4%{bomb %l @ %n%!bomb%}\0"}, + {'\xc2', "bomb", " %T%c->%O %?%n>4%{bomb %l @ %n%!bomb %l%}\0"}, /* ^c */ {'\xc3', "space_control", " %T%c->%O Help Control at %L\0"}, /* ^1 */ RCS file: /cvsroot/netrek/client/netrekxp/src/data.c,v retrieving revision 1.110 diff -u -r1.110 data.c --- data.c 19 Apr 2008 20:03:00 -0000 1.110 +++ data.c 8 Jul 2008 01:39:22 -0000 @@ -552,7 +552,7 @@ /* ^o */ {(unsigned char) ('\xcf'), "ogg", " %T%c->%O Help Ogg %p at %l\0"}, /* ^b */ - {(unsigned char) ('\xc2'), "bomb", " %T%c->%O %?%n>4%{bomb %l @ %n%!bomb%}\0"}, + {(unsigned char) ('\xc2'), "bomb", " %T%c->%O %?%n>4%{bomb %l @ %n%!bomb %l%}\0"}, /* ^c */ {(unsigned char) ('\xc3'), "space_control", " %T%c->%O Help Control at %L\0"}, /* ^1 */