--- cf.schmorp.de/maps/perl/sockpuppet.ext 2006/08/30 05:15:06 1.1 +++ cf.schmorp.de/maps/perl/sockpuppet.ext 2006/08/30 06:05:57 1.2 @@ -6,7 +6,8 @@ my $stats = $victim->stats; - $stats->exp ($stats->exp * 0.9999); + $stats->exp ($stats->exp * 0.99999 - 1) + if $stats->exp > 2; $self->remove; $self->free;