mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Add DMG_GRENADE constant (bug 6030, r=arkshine)
This commit is contained in:
parent
bc97cc0bfb
commit
f520a39c89
@ -157,6 +157,7 @@
|
||||
#define DMG_SLOWBURN (1<<21) // In an oven
|
||||
#define DMG_SLOWFREEZE (1<<22) // In a subzero freezer
|
||||
#define DMG_MORTAR (1<<23) // Hit by air raid (done to distinguish grenade from mortar)
|
||||
#define DMG_GRENADE (1<<24) // Counter-Strike only - Hit by HE grenade
|
||||
#define DMG_TIMEBASED (~(0x3fff)) // Mask for time-based damage
|
||||
|
||||
// The fNoMonsters parameter of EngFunc_TraceLine, EngFunc_TraceMonsterHull, EngFunc_TraceHull, and EngFunc_TraceSphere
|
||||
|
Loading…
Reference in New Issue
Block a user