--- deliantra/maps/perl/schmorp-neko.ext 2006/02/17 21:10:18 1.12 +++ deliantra/maps/perl/schmorp-neko.ext 2006/02/17 22:10:26 1.13 @@ -28,7 +28,7 @@ my $ptime = List::Util::max $_->{neko_next_pester}, $_->{neko_next_cast}; - ($time, $pl) = ($ptime, $_); + ($time, $pl) = ($ptime, $_) if $time > $ptime; }