- avoid spamming the "Squished!" message.

This commit is contained in:
Christoph Oelckers 2020-07-28 21:44:55 +02:00
parent 34b213a99f
commit ea28356971

View file

@ -149,7 +149,7 @@ void FTA(int q, struct player_struct* p)
if (p->ftq != q) if (p->ftq != q)
{ {
if (q == QUOTE_DEAD) if (q == QUOTE_DEAD || q == QUOTE_SQUISHED)
{ {
p->ftq = q; p->ftq = q;
} }