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

Comparing deliantra/maps/perl/schmorplog.ext (file contents):
Revision 1.5 by root, Tue Mar 28 16:08:19 2006 UTC vs.
Revision 1.6 by root, Thu Mar 30 15:44:48 2006 UTC

23 23
24sub on_player_death { 24sub on_player_death {
25 my ($ob) = @_; 25 my ($ob) = @_;
26 26
27 cf::LOG cf::llevDebug, sprintf "QBERT %s died a quick and not very horrible death\n", 27 cf::LOG cf::llevDebug, sprintf "QBERT %s died a quick and not very horrible death\n",
28 $ob; 28 $ob->name;
29} 29}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines