mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-10 06:44:29 +00:00
Play 'Hand To Hand Hit' only for fatigue damage (bug #5093)
This commit is contained in:
parent
65ee420ab9
commit
29ebfe709e
@ -441,7 +441,7 @@ namespace MWMechanics
|
|||||||
if(sound)
|
if(sound)
|
||||||
sndMgr->playSound3D(victim, sound->mId, 1.0f, 1.0f);
|
sndMgr->playSound3D(victim, sound->mId, 1.0f, 1.0f);
|
||||||
}
|
}
|
||||||
else
|
else if (!healthdmg)
|
||||||
sndMgr->playSound3D(victim, "Hand To Hand Hit", 1.0f, 1.0f);
|
sndMgr->playSound3D(victim, "Hand To Hand Hit", 1.0f, 1.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user