From 8b03abcd00df8ab9dd1878a4f59345a6f9fdcaf5 Mon Sep 17 00:00:00 2001 From: sinisterseed Date: Sat, 24 Oct 2020 14:21:41 +0300 Subject: [PATCH] - 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. --- source/sw/src/digi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/digi.h b/source/sw/src/digi.h index fd72875ff..417198333 100644 --- a/source/sw/src/digi.h +++ b/source/sw/src/digi.h @@ -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)