--- cf.schmorp.de/maps/perl/schmorp-neko.ext 2006/02/08 06:49:25 1.4 +++ cf.schmorp.de/maps/perl/schmorp-neko.ext 2006/02/08 06:51:16 1.5 @@ -22,10 +22,8 @@ my ($data) = @_; if (my $pl = $data->{who}->nearest_player) { - if ($pl->exp >= 200000) { - my (undef, undef, undef, $dir, undef) = $data->{who}->direction ($pl); - $data->{who}->move ($data->{who}, $dir); - } + my (undef, undef, undef, $dir, undef) = $data->{who}->direction ($pl); + $data->{who}->move ($data->{who}, $dir); } 1