ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.64 by root, Sat Jul 14 19:27:59 2007 UTC vs.
Revision 1.67 by root, Fri Jul 20 16:11:10 2007 UTC

86 cf::NDI_RED 86 cf::NDI_RED
87 ); 87 );
88 # kill them. 88 # kill them.
89 # reminds me of the famous badness 10000 syndrome... 89 # reminds me of the famous badness 10000 syndrome...
90 $ob->stats->hp (-10000); #] if they survive this they deserved to live 90 $ob->stats->hp (-10000); #] if they survive this they deserved to live
91 $pl->killer ("a cave-in");
91 } else { 92 } else {
92 $ob->message ( 93 $ob->message (
93 "You didn't use a bed to reality to leave this realm, leaving your body in great danger. " 94 "You didn't use a bed to reality to leave this realm, leaving your body in great danger. "
94 . "Fortunately, some friendly dwellers found you, checked your passport, and brought you to safety. " 95 . "Fortunately, some friendly dwellers found you, checked your passport, and brought you to safety. "
95 . "Better use a savebed next time, much worse things could have happened... " 96 . "Better use a savebed next time, much worse things could have happened... "
356 357
357 $ob->set_animation (2); 358 $ob->set_animation (2);
358 $ob->add_statbonus; 359 $ob->add_statbonus;
359 360
360 while () { 361 while () {
361 $ns->send_msg (-1, "chargen-race-title", ucfirst $pl->title); 362 $ns->send_msg ("chargen-race-title", ucfirst $pl->title, -1);
362 my $msg = $ob->msg; 363 my $msg = $ob->msg;
363 $msg =~ s/(?<=\S)\n(?=\S)/ /g; 364 $msg =~ s/(?<=\S)\n(?=\S)/ /g;
364 $ns->send_msg (cf::NDI_BLUE, "chargen-race-description", $msg); 365 $ns->send_msg ("chargen-race-description", $msg, cf::NDI_BLUE);
365 366
366 my $res = query $ns, cf::CS_QUERY_SINGLECHAR, 367 my $res = query $ns, cf::CS_QUERY_SINGLECHAR,
367 "Now choose a character.\nPress any key to change outlook.\nPress `d' when you're pleased.\n"; 368 "Now choose a character.\nPress any key to change outlook.\nPress `d' when you're pleased.\n";
368 369
369 last if $res =~ /[dD]/; 370 last if $res =~ /[dD]/;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines