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

Comparing cf.schmorp.de/maps/perl/sockpuppet.ext (file contents):
Revision 1.4 by root, Fri Sep 8 17:33:55 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->stats->hp (-1); 15 $victim->stats->hp (-1);
17 $victim->kill_object; 16 $victim->kill_object;
18 } 17 }
19 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines