Added a "douse" feature to napalm that makes water put out fires.

Fixed zr_antistick not disabling the feature.
Removed a debug message.
Added napalm to logging module.
This commit is contained in:
Greyscale
2009-07-16 18:34:56 -07:00
parent e48b480029
commit f403386546
11 changed files with 116 additions and 11 deletions

View File

@ -91,6 +91,7 @@ native ZRTools_UnhookTraceAttack(hookid);
// CS:S Specific damage flags. (should probably use these)
#define DMG_CSS_FALL (DMG_FALL) // Client was damaged by falling.
#define DMG_CSS_BLAST (DMG_BLAST) // Client was damaged by explosion.
#define DMG_CSS_BURN (DMG_DIRECT) // Client was damaged by fire.
#define DMG_CSS_BULLET (DMG_NEVERGIB) // Client was shot or knifed.
#define DMG_CSS_HEADSHOT (1 << 30) // Client was shot in the head.