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

Comparing deliantra/maps/perl/sockpuppet.ext (file contents):
Revision 1.3 by root, Wed Aug 30 06:41:20 2006 UTC vs.
Revision 1.4 by root, Fri Sep 8 17:33:55 2006 UTC

11 if $stats->exp > 2; 11 if $stats->exp > 2;
12 12
13 $self->remove; 13 $self->remove;
14 $self->free; 14 $self->free;
15 } else { 15 } else {
16 $victim->hp (-1); 16 $victim->stats->hp (-1);
17 $victim->kill_object; 17 $victim->kill_object;
18 } 18 }
19 19
20 cf::override; 20 cf::override;
21 }, 21 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines