diff --git a/src/deh_tables.c b/src/deh_tables.c index fa86518e2..1f8cebed6 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -4483,6 +4483,8 @@ const char *const PLAYERFLAG_LIST[] = { "CANCARRY", // Can carry? "FINISHED", + "SHIELDDOWN", // Shield has been pressed. + NULL // stop loop here. };