wolves drop meat
This commit is contained in:
parent
148413d311
commit
dd4e451600
|
@ -523,6 +523,7 @@ void content_mob_init()
|
||||||
f->setAnimationFrames(MA_MOVE,61,120);
|
f->setAnimationFrames(MA_MOVE,61,120);
|
||||||
f->setAnimationFrames(MA_ATTACK,61,120);
|
f->setAnimationFrames(MA_ATTACK,61,120);
|
||||||
f->punch_action = MPA_HARM;
|
f->punch_action = MPA_HARM;
|
||||||
|
f->dropped_item = std::string("CraftItem2 ")+itos(CONTENT_CRAFTITEM_MEAT)+" 2";
|
||||||
f->tamed_mob = CONTENT_MOB_TAMEWOLF;
|
f->tamed_mob = CONTENT_MOB_TAMEWOLF;
|
||||||
f->motion = MM_SEEKER;
|
f->motion = MM_SEEKER;
|
||||||
f->motion_type = MMT_WALK;
|
f->motion_type = MMT_WALK;
|
||||||
|
|
Loading…
Reference in New Issue