Added more new TF2 weapon and custom damage defs (bug 5055, r=asherkin).
This commit is contained in:
parent
3d47010cbd
commit
301ae447b4
@ -126,6 +126,9 @@ enum {
|
|||||||
TF_CUSTOM_AEGIS_ROUND,
|
TF_CUSTOM_AEGIS_ROUND,
|
||||||
TF_CUSTOM_FLARE_EXPLOSION,
|
TF_CUSTOM_FLARE_EXPLOSION,
|
||||||
TF_CUSTOM_BOOTS_STOMP,
|
TF_CUSTOM_BOOTS_STOMP,
|
||||||
|
TF_CUSTOM_PLASMA,
|
||||||
|
TF_CUSTOM_PLASMA_CHARGED,
|
||||||
|
TF_CUSTOM_PLASMA_GIB,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Weapon codes as used in some events, such as player_death
|
// Weapon codes as used in some events, such as player_death
|
||||||
@ -209,6 +212,9 @@ enum {
|
|||||||
TF_WEAPON_HANDGUN_SCOUT_SEC,
|
TF_WEAPON_HANDGUN_SCOUT_SEC,
|
||||||
TF_WEAPON_SODA_POPPER,
|
TF_WEAPON_SODA_POPPER,
|
||||||
TF_WEAPON_SNIPERRIFLE_DECAP,
|
TF_WEAPON_SNIPERRIFLE_DECAP,
|
||||||
|
TF_WEAPON_RAYGUN,
|
||||||
|
TF_WEAPON_PARTICLE_CANNON,
|
||||||
|
TF_WEAPON_MECHANICAL_ARM,
|
||||||
};
|
};
|
||||||
|
|
||||||
// TF2 Weapon Slots for GetPlayerWeaponSlot
|
// TF2 Weapon Slots for GetPlayerWeaponSlot
|
||||||
|
Loading…
Reference in New Issue
Block a user