ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/town_portal.ext
(Generate patch)

Comparing deliantra/server/ext/town_portal.ext (file contents):
Revision 1.5 by root, Sun Jun 15 20:32:50 2008 UTC vs.
Revision 1.6 by root, Sun Nov 29 17:41:07 2009 UTC

22 22
23 $region = $region->parent 23 $region = $region->parent
24 or return cf::override 0; 24 or return cf::override 0;
25 } 25 }
26 26
27 my $portal = $spell->other_arch->instantiate; 27 my $portal = $spell->other_arch->instance;
28 28
29 $portal->name ("Magic Portal to nearest Town"); 29 $portal->name ("Magic Portal to nearest Town");
30 $portal->slaying ($map); 30 $portal->slaying ($map);
31 $portal->stats->hp ($x); 31 $portal->stats->hp ($x);
32 $portal->stats->sp ($y); 32 $portal->stats->sp ($y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines