Skip to content

Commit

Permalink
Фикс порций под другие моды
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys authored and Shtrecker committed Oct 29, 2024
1 parent 5de94ac commit 8c00b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/eatable_item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ bool CEatableItem::UseBy(CEntityAlive* entity_alive)

if (m_iPortionsMarker > 0)
{
--m_iPortionsMarker;
m_iPortionsMarker -= m_eat_condition;
bNeedUpdateIcon = true;
}
else
Expand Down

0 comments on commit 8c00b35

Please sign in to comment.