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.2 by root, Thu Dec 21 22:41:34 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 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines