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

Comparing deliantra/maps/perl/rent.ext (file contents):
Revision 1.8 by root, Sat Sep 23 15:36:17 2006 UTC vs.
Revision 1.9 by root, Tue Dec 12 16:59:34 2006 UTC

21 21
22 $portal->slaying ($map); 22 $portal->slaying ($map);
23 $portal->stats->hp ($x); 23 $portal->stats->hp ($x);
24 $portal->stats->sp ($y); 24 $portal->stats->sp ($y);
25 $portal->apply ($pl->ob); 25 $portal->apply ($pl->ob);
26 $portal->free; 26 $portal->destroy;
27} 27}
28 28
29# we have to special case some special cases :) 29# we have to special case some special cases :)
30sub reject_entry { 30sub reject_entry {
31 my ($pl) = @_; 31 my ($pl) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines