Updated tf2 inc files with more condition and custom dmg defs (bug 5118, r=asherkin).
This commit is contained in:
parent
0533664f90
commit
8888e88dc4
@ -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