mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Add missing TF_CUSTOM_* values
This commit is contained in:
parent
063734607f
commit
be8ba4472b
@ -166,7 +166,10 @@ enum {
|
||||
TF_CUSTOM_SLAP_KILL,
|
||||
TF_CUSTOM_CROC,
|
||||
TF_CUSTOM_TAUNTATK_GASBLAST,
|
||||
TF_CUSTOM_AXTINGUISHER_BOOSTED
|
||||
TF_CUSTOM_AXTINGUISHER_BOOSTED,
|
||||
TF_CUSTOM_KRAMPUS_MELEE,
|
||||
TF_CUSTOM_KRAMPUS_RANGED,
|
||||
TF_CUSTOM_TAUNTATK_TRICKSHOT
|
||||
};
|
||||
|
||||
// Weapon codes as used in some events, such as player_death
|
||||
|
||||
Loading…
Reference in New Issue
Block a user