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.83 by root, Wed Apr 23 06:16:21 2008 UTC vs.
Revision 1.84 by root, Wed Apr 30 06:40:28 2008 UTC

103 cf::NDI_RED 103 cf::NDI_RED
104 ); 104 );
105 # kill them. 105 # kill them.
106 # reminds me of the famous badness 10000 syndrome... 106 # reminds me of the famous badness 10000 syndrome...
107 $ob->stats->hp (-10000); #] if they survive this they deserved to live 107 $ob->stats->hp (-10000); #] if they survive this they deserved to live
108 my $killer = cf::arch::get "killer_login";
108 $pl->killer ("a cave-in"); 109 $pl->killer ($killer);
110 $killer->destroy;
109 } else { 111 } else {
110 ($map, $x, $y) = $pl->savebed; 112 ($map, $x, $y) = $pl->savebed;
111 113
112 $ob->message ( 114 $ob->message (
113 "You didn't use a bed to reality to leave this realm, leaving your body in great danger. " 115 "You didn't use a bed to reality to leave this realm, leaving your body in great danger. "
465 467
466 # update respawn position 468 # update respawn position
467 $pl->savebed ($bed->map->path, $bed->x, $bed->y); 469 $pl->savebed ($bed->map->path, $bed->x, $bed->y);
468 cf::async { $pl->save }; 470 cf::async { $pl->save };
469 471
472 my $killer = cf::arch::get "killer_logout";
470 $pl->killer ("left"); 473 $pl->killer ($killer);
474 $killer->destroy;
471 $ob->check_score; 475 $ob->check_score;
472 476
473 $ob->reply (undef, "In the future, you will wake up here when you die."); 477 $ob->reply (undef, "In the future, you will wake up here when you die.");
474 478
475 $pl->ns->query (cf::CS_QUERY_SINGLECHAR, "Do you want to continue playing (y/n)?", sub { 479 $pl->ns->query (cf::CS_QUERY_SINGLECHAR, "Do you want to continue playing (y/n)?", sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines