--- deliantra/server/ext/login.ext 2007/07/15 08:48:01 1.65 +++ deliantra/server/ext/login.ext 2007/07/20 16:11:10 1.67 @@ -88,7 +88,7 @@ # kill them. # reminds me of the famous badness 10000 syndrome... $ob->stats->hp (-10000); #] if they survive this they deserved to live - $pl->killer ("cave-in"); + $pl->killer ("a cave-in"); } else { $ob->message ( "You didn't use a bed to reality to leave this realm, leaving your body in great danger. " @@ -359,10 +359,10 @@ $ob->add_statbonus; while () { - $ns->send_msg (-1, "chargen-race-title", ucfirst $pl->title); + $ns->send_msg ("chargen-race-title", ucfirst $pl->title, -1); my $msg = $ob->msg; $msg =~ s/(?<=\S)\n(?=\S)/ /g; - $ns->send_msg (cf::NDI_BLUE, "chargen-race-description", $msg); + $ns->send_msg ("chargen-race-description", $msg, cf::NDI_BLUE); my $res = query $ns, cf::CS_QUERY_SINGLECHAR, "Now choose a character.\nPress any key to change outlook.\nPress `d' when you're pleased.\n";