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.8 by root, Tue Feb 7 02:08:22 2006 UTC vs.
Revision 1.9 by root, Tue Feb 7 03:06:01 2006 UTC

49 49
50 $portal->set_slaying ($map); 50 $portal->set_slaying ($map);
51 $portal->set_hp ($x); 51 $portal->set_hp ($x);
52 $portal->set_sp ($y); 52 $portal->set_sp ($y);
53 53
54 $portal->apply ($pl->ob, 0); 54 $portal->apply ($pl->ob);
55 55
56 $portal->free; 56 $portal->free;
57} 57}
58 58
59sub on_clock { 59sub on_clock {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines