ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/schmorp-neko.ext
(Generate patch)

Comparing deliantra/maps/perl/schmorp-neko.ext (file contents):
Revision 1.12 by root, Fri Feb 17 21:10:18 2006 UTC vs.
Revision 1.13 by root, Fri Feb 17 22:10:26 2006 UTC

26 for (map $_->ob, cf::player::list) { 26 for (map $_->ob, cf::player::list) {
27 next unless $obj->on_same_map_as ($_); 27 next unless $obj->on_same_map_as ($_);
28 28
29 my $ptime = List::Util::max $_->{neko_next_pester}, $_->{neko_next_cast}; 29 my $ptime = List::Util::max $_->{neko_next_pester}, $_->{neko_next_cast};
30 30
31 ($time, $pl) = ($ptime, $_); 31 ($time, $pl) = ($ptime, $_)
32 if $time > $ptime; 32 if $time > $ptime;
33 } 33 }
34 34
35 $pl 35 $pl
36} 36}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines