--- deliantra/server/ext/schmorp-neko.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/schmorp-neko.ext 2007/02/13 21:28:11 1.3 @@ -64,7 +64,7 @@ $spell->attacktype (cf::AT_CONFUSION | cf::AT_POISON | cf::AT_BLIND | cf::AT_DISEASE); $pl->message ("(Neko-san makes strange noises)"); - $pl->cast_spell ($self, $dir, $spell); + $pl->cast_heal ($self, $spell, 0); $spell->destroy; } @@ -139,5 +139,5 @@ ext::schmorp_irc::do_notice (sprintf "[Neko-fon] %s: %s\n", $pl->ob->name, $msg); } -cf::register_attachment "Nekosan", package => __PACKAGE__; +cf::object::attachment "Nekosan", package => __PACKAGE__;