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.6 by root, Thu Aug 2 01:19:34 2007 UTC vs.
Revision 1.7 by root, Sun Sep 30 16:24:30 2007 UTC

74 if (my $fish = (grep $_->arch->archname eq "fishfood", $pl->inv)[0]) { 74 if (my $fish = (grep $_->arch->archname eq "fishfood", $pl->inv)[0]) {
75 # add force 75 # add force
76 my $gave_fish = cf::object::new "force"; 76 my $gave_fish = cf::object::new "force";
77 $gave_fish->slaying ("schmorp-neko-gave-fish"); 77 $gave_fish->slaying ("schmorp-neko-gave-fish");
78 $gave_fish->speed (0); 78 $gave_fish->speed (0);
79 $gave_fish->insert_ob_in_ob ($pl); 79 $pl->insert ($gave_fish);
80 80
81 # remove fish 81 # remove fish
82 $fish->destroy; 82 $fish->destroy;
83 83
84 # be nice 84 # be nice

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines