mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:39:42 +00:00
Increase sneak skill on successful pickpocket
This commit is contained in:
parent
73268a8606
commit
ba27b693f8
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ namespace MWGui
|
|||
mPickpocketDetected = true;
|
||||
return false;
|
||||
}
|
||||
else
|
||||
player.getClass().skillUsageSucceeded(player, ESM::Skill::Sneak, 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue