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

Comparing deliantra/server/ext/schmorplog.ext (file contents):
Revision 1.12 by root, Mon Jan 7 01:55:19 2008 UTC vs.
Revision 1.13 by root, Wed Apr 30 06:40:28 2008 UTC

67 67
68 warn "QUIT: ", $pl->ob->name, " from ", $pl->ns->host; 68 warn "QUIT: ", $pl->ob->name, " from ", $pl->ns->host;
69 }, 69 },
70 on_death => sub { 70 on_death => sub {
71 my ($pl) = @_; 71 my ($pl) = @_;
72 ext::irc::do_notice (sprintf "%s was killed by %s", $pl->ob->name, $pl->killer); 72 ext::irc::do_notice (sprintf "%s was killed by %s", $pl->ob->name, $pl->killer_name);
73 73
74 $pl->ob->set_ob_key_value (schmorplog_death_count => 74 $pl->ob->set_ob_key_value (schmorplog_death_count =>
75 1 + $pl->ob->get_ob_key_value ("schmorplog_death_count")); 75 1 + $pl->ob->get_ob_key_value ("schmorplog_death_count"));
76 }, 76 },
77 on_load => sub { 77 on_load => sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines