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.6 by root, Thu Feb 9 01:15:25 2006 UTC vs.
Revision 1.7 by root, Fri Feb 17 19:36:36 2006 UTC

88}; 88};
89 89
90sub teleport { 90sub teleport {
91 my ($pl, $map, $x, $y) = @_; 91 my ($pl, $map, $x, $y) = @_;
92 92
93 my $portal = cf::object::new ("exit"); 93 my $portal = cf::object::new "exit";
94 94
95 $portal->set_slaying ($map->path); 95 $portal->set_slaying ($map->path);
96 $portal->set_hp ($x); 96 $portal->set_hp ($x);
97 $portal->set_sp ($y); 97 $portal->set_sp ($y);
98 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines