Made the BFG and EXPLOSIVE weapon flags usable.

- Made the BFG and EXPLOSIVE weapon flags usable again.
- Marked the appropriate weapons with them for the 3 main supported games.
This commit is contained in:
inkoalawetrust 2025-02-20 16:19:44 +02:00 committed by Ricardo Luís Vaz Silva
commit 645dbcfa51
15 changed files with 19 additions and 2 deletions

View file

@ -159,5 +159,7 @@ enum
WIF_NODEATHINPUT = 0x00020000, // The weapon cannot be fired/reloaded/whatever when the player is dead
WIF_CHEATNOTWEAPON = 0x00040000, // Give cheat considers this not a weapon (used by Sigil)
WIF_NOAUTOSWITCHTO = 0x00080000, // cannot be switched to when autoswitching weapons.
WIF_BFG = 0x00100000, // BFG tier weapon
WIF_EXPLOSIVE = 0x00200000, // Weapon is explosive
};