paste error in read.c
This commit is contained in:
@@ -1353,7 +1353,7 @@ seffect_scare_monster(struct obj **sobjp)
|
|||||||
if (confused || scursed) {
|
if (confused || scursed) {
|
||||||
Soundeffect(se_sad_wailing, 50);
|
Soundeffect(se_sad_wailing, 50);
|
||||||
} else {
|
} else {
|
||||||
Soundeffect(se_sad_wailing, 50);
|
Soundeffect(se_maniacal_laughter, 50);
|
||||||
}
|
}
|
||||||
You_hear("%s %s.", (confused || scursed) ? "sad wailing"
|
You_hear("%s %s.", (confused || scursed) ? "sad wailing"
|
||||||
: "maniacal laughter",
|
: "maniacal laughter",
|
||||||
|
|||||||
Reference in New Issue
Block a user