mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 10:58:36 +00:00
Updated tf2 inc files with more condition and custom dmg defs (bug 5118, r=asherkin).
This commit is contained in:
parent
c631fc16cc
commit
a38e4af25e
@ -86,7 +86,8 @@ enum TFCond
|
|||||||
TFCond_CloakFlicker = 9,
|
TFCond_CloakFlicker = 9,
|
||||||
TFCond_Teleporting,
|
TFCond_Teleporting,
|
||||||
TFCond_Kritzkrieged,
|
TFCond_Kritzkrieged,
|
||||||
TFCond_Unknown2,
|
TFCond_Unknown2, //12
|
||||||
|
TFCond_TmpDamageBonus = 12,
|
||||||
TFCond_DeadRingered,
|
TFCond_DeadRingered,
|
||||||
TFCond_Bonked,
|
TFCond_Bonked,
|
||||||
TFCond_Dazed,
|
TFCond_Dazed,
|
||||||
@ -105,8 +106,8 @@ enum TFCond
|
|||||||
TFCond_MegaHeal,
|
TFCond_MegaHeal,
|
||||||
TFCond_RegenBuffed,
|
TFCond_RegenBuffed,
|
||||||
TFCond_MarkedForDeath,
|
TFCond_MarkedForDeath,
|
||||||
|
TFCond_NoHealingDamageBuff,
|
||||||
TFCond_SpeedBuffAlly = 32,
|
TFCond_SpeedBuffAlly,
|
||||||
TFCond_HalloweenCritCandy,
|
TFCond_HalloweenCritCandy,
|
||||||
|
|
||||||
TFCond_CritHype = 36,
|
TFCond_CritHype = 36,
|
||||||
|
|||||||
@ -129,6 +129,7 @@ enum {
|
|||||||
TF_CUSTOM_PLASMA,
|
TF_CUSTOM_PLASMA,
|
||||||
TF_CUSTOM_PLASMA_CHARGED,
|
TF_CUSTOM_PLASMA_CHARGED,
|
||||||
TF_CUSTOM_PLASMA_GIB,
|
TF_CUSTOM_PLASMA_GIB,
|
||||||
|
TF_CUSTOM_PRACTICE_STICKY,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Weapon codes as used in some events, such as player_death
|
// Weapon codes as used in some events, such as player_death
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user