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

Comparing deliantra/maps/perl/nimbus.ext (file contents):
Revision 1.18 by root, Fri Sep 8 17:33:55 2006 UTC vs.
Revision 1.19 by root, Tue Dec 12 16:59:34 2006 UTC

102 $portal->stats->hp ($x); 102 $portal->stats->hp ($x);
103 $portal->stats->sp ($y); 103 $portal->stats->sp ($y);
104 104
105 $portal->apply ($pl->ob); 105 $portal->apply ($pl->ob);
106 106
107 $portal->free; 107 $portal->destroy;
108} 108}
109 109
110cf::register_attachment nimbus_exit => 110cf::register_attachment nimbus_exit =>
111 on_trigger => sub { 111 on_trigger => sub {
112 my ($self, $ob) = @_; 112 my ($self, $ob) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines