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

Comparing deliantra/maps/perl/dmcommands.ext (file contents):
Revision 1.2 by root, Sun Oct 1 23:57:54 2006 UTC vs.
Revision 1.3 by root, Sun Oct 1 23:59:53 2006 UTC

8 return unless $ob->flag (cf::FLAG_WIZ) || $cf::CFG{nopriv_goto}; 8 return unless $ob->flag (cf::FLAG_WIZ) || $cf::CFG{nopriv_goto};
9 9
10 my $portal = cf::object::new "exit"; 10 my $portal = cf::object::new "exit";
11 11
12 $portal->slaying ($arg); 12 $portal->slaying ($arg);
13 $portal->stats->hp (0); #todo#improve 13 $portal->stats->hp (0);
14 $portal->stats->sp (0); 14 $portal->stats->sp (0);
15 15
16 $portal->apply ($ob); 16 $portal->apply ($ob);
17 17
18 $portal->free; 18 $portal->free;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines