From ef7655d2e8015966b3f7d037138abfbafaebefc1 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 3 Feb 2022 19:51:58 +0000 Subject: [PATCH] Fix a tables error with DMG_STEAL in Lua/SOC resolving to the wrong flag value. --- src/deh_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index 6f9cb3d96..e0f60c3b1 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -6558,7 +6558,7 @@ struct int_const_s const INT_CONST[] = { {"DMG_SPECTATOR",DMG_SPECTATOR}, {"DMG_TIMEOVER",DMG_TIMEOVER}, //// Masks - {"DMG_STEAL",DMG_CANTHURTSELF}, + {"DMG_STEAL",DMG_STEAL}, {"DMG_CANTHURTSELF",DMG_CANTHURTSELF}, {"DMG_WOMBO", DMG_WOMBO}, {"DMG_DEATHMASK",DMG_DEATHMASK},