Play 'Hand To Hand Hit' only for fatigue damage (bug #5093)

pull/2451/head
Alexei Dobrohotov 6 years ago committed by GitHub
parent 65ee420ab9
commit 29ebfe709e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -441,7 +441,7 @@ namespace MWMechanics
if(sound)
sndMgr->playSound3D(victim, sound->mId, 1.0f, 1.0f);
}
else
else if (!healthdmg)
sndMgr->playSound3D(victim, "Hand To Hand Hit", 1.0f, 1.0f);
}

Loading…
Cancel
Save