diff --git a/src/doom/st_stuff.c b/src/doom/st_stuff.c index 87f85fe3ae..3b6a39af1b 100644 --- a/src/doom/st_stuff.c +++ b/src/doom/st_stuff.c @@ -1269,6 +1269,8 @@ void ST_updateFaceWidget(void) // [crispy] show "Ouch Face" as intended if (st_oldhealth - plyr->health > ST_MUCHPAIN) { + // [crispy] raise "Ouch Face" priority + priority = 8; st_facecount = ST_TURNCOUNT; faceindex = ST_OUCHOFFSET; }