paste error in read.c

This commit is contained in:
nhmall
2023-02-21 11:52:36 -05:00
parent 1efdbacd48
commit da92b9b173

View File

@@ -1353,7 +1353,7 @@ seffect_scare_monster(struct obj **sobjp)
if (confused || scursed) {
Soundeffect(se_sad_wailing, 50);
} else {
Soundeffect(se_sad_wailing, 50);
Soundeffect(se_maniacal_laughter, 50);
}
You_hear("%s %s.", (confused || scursed) ? "sad wailing"
: "maniacal laughter",