forked from teamnwah/openmw-tes3coop
tradding skill use
This commit is contained in:
parent
5332546541
commit
ea8ee11ff7
1 changed files with 2 additions and 7 deletions
|
@ -241,13 +241,8 @@ namespace MWGui
|
|||
}
|
||||
|
||||
//skill use!
|
||||
MWWorld::LiveCellRef<ESM::NPC> *ref = playerPtr.get<ESM::NPC>();
|
||||
const ESM::Class *class_ =
|
||||
MWBase::Environment::get().getWorld()->getStore().get<ESM::Class>().find (
|
||||
ref->mBase->mClass
|
||||
);
|
||||
playerSkill.useSkill(ESM::Skill::Mercantile,*class_);
|
||||
}
|
||||
MWWorld::Class::get(playerPtr).skillUsageSucceeded(playerPtr, ESM::Skill::Mercantile, 0);
|
||||
}
|
||||
|
||||
int iBarterSuccessDisposition = gmst.find("iBarterSuccessDisposition")->getInt();
|
||||
MWBase::Environment::get().getDialogueManager()->applyTemporaryDispositionChange(iBarterSuccessDisposition);
|
||||
|
|
Loading…
Reference in a new issue