--- deliantra/server/ext/schmorp-neko.ext 2007/06/11 22:18:03 1.5 +++ deliantra/server/ext/schmorp-neko.ext 2007/08/02 01:19:34 1.6 @@ -71,7 +71,7 @@ } else { # check for fish in his inv and steal it - if (my $fish = (grep $_->arch->name eq "fishfood", $pl->inv)[0]) { + if (my $fish = (grep $_->arch->archname eq "fishfood", $pl->inv)[0]) { # add force my $gave_fish = cf::object::new "force"; $gave_fish->slaying ("schmorp-neko-gave-fish");