- un-spam the "protective boots on" message

Fixes #72
This commit is contained in:
Christoph Oelckers 2020-07-29 19:38:21 +02:00
parent 5776f69d92
commit fb184388a2
1 changed files with 1 additions and 1 deletions

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 || q == QUOTE_SQUISHED) if (q == QUOTE_DEAD || q == QUOTE_SQUISHED || q == QUOTE_BOOTS_ON)
{ {
p->ftq = q; p->ftq = q;
} }