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

Comparing deliantra/maps/perl/follow.ext (file contents):
Revision 1.20 by root, Fri Aug 25 15:07:43 2006 UTC vs.
Revision 1.21 by root, Fri Aug 25 15:12:21 2006 UTC

88 $who->message ("follow mode off"); 88 $who->message ("follow mode off");
89 delete $follow{$name}; 89 delete $follow{$name};
90 } 90 }
91}; 91};
92 92
93cf::attach_to_player 93cf::attach_to_players
94 on_death => sub { 94 on_death => sub {
95 my ($pl) = @_; 95 my ($pl) = @_;
96 96
97 my $name = $pl->ob->name; 97 my $name = $pl->ob->name;
98 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines