Merge branch 'master' into 1.8-Protocol
This commit is contained in:
@@ -627,15 +627,6 @@ void cPlayer::FinishEating(void)
|
||||
return;
|
||||
}
|
||||
ItemHandler->OnFoodEaten(m_World, this, &Item);
|
||||
|
||||
GetInventory().RemoveOneEquippedItem();
|
||||
|
||||
// if the food is mushroom soup, return a bowl to the inventory
|
||||
if (Item.m_ItemType == E_ITEM_MUSHROOM_SOUP)
|
||||
{
|
||||
cItem EmptyBowl(E_ITEM_BOWL);
|
||||
GetInventory().AddItem(EmptyBowl, true, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user