ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/follow.ext
(Generate patch)

Comparing deliantra/server/ext/follow.ext (file contents):
Revision 1.6 by root, Thu Jan 4 18:48:15 2007 UTC vs.
Revision 1.7 by root, Fri Jan 5 01:06:26 2007 UTC

25 my $map; 25 my $map;
26 26
27 if ($map = cf::map::find $mine->[0] 27 if ($map = cf::map::find $mine->[0]
28 and !grep $_->flag (cf::FLAG_UNIQUE) && $_->flag (cf::FLAG_IS_FLOOR), 28 and !grep $_->flag (cf::FLAG_UNIQUE) && $_->flag (cf::FLAG_IS_FLOOR),
29 $map->at ($mine->[1], $mine->[2])) { 29 $map->at ($mine->[1], $mine->[2])) {
30 $who->ob->goto_map (@$mine); 30 $who->ob->goto (@$mine);
31 } else { 31 } else {
32 delete $follow{$name}; 32 delete $follow{$name};
33 $who->ob->message ("You can't follow $target anymore!"); 33 $who->ob->message ("You can't follow $target anymore!");
34 } 34 }
35 } else { 35 } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines