- allow Wang to make sounds when healing with "Player Speech" turned off.

Looks like I overlooked this one while doing the speeches, which left Wang completely silent when healing. This allows his relief sound to play when the toggle is off, but the "Acupuncture" joke will still be silenced.
This commit is contained in:
sinisterseed 2020-10-24 14:21:41 +03:00
parent 82d87deb30
commit 8b03abcd00
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ DIGI_ENTRY("TCLID01.VOC", DIGI_TRASHLID, 416, PRI_AMBIENT,
// player voices
DIGI_ENTRY("ACCU01.VOC", DIGI_GETMEDKIT, 417, PRI_PLAYERSPEECH, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
DIGI_ENTRY("AHH03.VOC", DIGI_AHH, 418, PRI_PLAYERSPEECH, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
DIGI_ENTRY("AHH03.VOC", DIGI_AHH, 418, PRI_PLAYERVOICE, 0, 0, 0, DIST_NORMAL, VF_NORMAL)
// Pachinko
DIGI_ENTRY("PALARM1.VOC", DIGI_PALARM, 419, PRI_SECTOROBJ, 0, 0, 0, DIST_NORMAL, VF_NORMAL)