forked from mirror/openmw-tes3mp
Issue #61: increase alchemy skill on successful potion creation
This commit is contained in:
parent
510674aa5e
commit
3fe0a73cf2
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ void MWMechanics::Alchemy::addPotion (const std::string& name)
|
|||
|
||||
void MWMechanics::Alchemy::increaseSkill()
|
||||
{
|
||||
|
||||
MWWorld::Class::get (mAlchemist).skillUsageSucceeded (mAlchemist, ESM::Skill::Alchemy, 0);
|
||||
}
|
||||
|
||||
float MWMechanics::Alchemy::getChance() const
|
||||
|
|
Loading…
Reference in a new issue