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

Comparing deliantra/maps/perl/invite.ext (file contents):
Revision 1.3 by root, Tue Feb 7 03:05:18 2006 UTC vs.
Revision 1.4 by root, Tue Feb 7 03:06:01 2006 UTC

93 93
94 $portal->set_slaying ($map->path); 94 $portal->set_slaying ($map->path);
95 $portal->set_hp ($x); 95 $portal->set_hp ($x);
96 $portal->set_sp ($y); 96 $portal->set_sp ($y);
97 97
98 $portal->apply ($pl, 0); 98 $portal->apply ($pl);
99 99
100 $portal->free; 100 $portal->free;
101} 101}
102 102
103cf::register_command "accept-invitation" => 10, sub { 103cf::register_command "accept-invitation" => 10, sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines