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.5 by root, Tue Dec 12 16:59:34 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines