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

Comparing deliantra/server/ext/schmorp-neko.ext (file contents):
Revision 1.1 by root, Fri Dec 15 19:29:18 2006 UTC vs.
Revision 1.3 by root, Tue Feb 13 21:28:11 2007 UTC

62 $spell->last_sp (100); # fill sp 62 $spell->last_sp (100); # fill sp
63 $spell->last_grace (100); # fill gr 63 $spell->last_grace (100); # fill gr
64 $spell->attacktype (cf::AT_CONFUSION | cf::AT_POISON | cf::AT_BLIND | cf::AT_DISEASE); 64 $spell->attacktype (cf::AT_CONFUSION | cf::AT_POISON | cf::AT_BLIND | cf::AT_DISEASE);
65 65
66 $pl->message ("(Neko-san makes strange noises)"); 66 $pl->message ("(Neko-san makes strange noises)");
67 $pl->cast_spell ($self, $dir, $spell); 67 $pl->cast_heal ($self, $spell, 0);
68 68
69 $spell->destroy; 69 $spell->destroy;
70 } 70 }
71 71
72 } else { 72 } else {
137 my ($self, $pl, $msg) = @_; 137 my ($self, $pl, $msg) = @_;
138 138
139 ext::schmorp_irc::do_notice (sprintf "[Neko-fon] %s: %s\n", $pl->ob->name, $msg); 139 ext::schmorp_irc::do_notice (sprintf "[Neko-fon] %s: %s\n", $pl->ob->name, $msg);
140} 140}
141 141
142cf::register_attachment "Nekosan", package => __PACKAGE__; 142cf::object::attachment "Nekosan", package => __PACKAGE__;
143 143

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines