diff --git a/addons/sourcemod/configs/vsh/vsh.cfg b/addons/sourcemod/configs/vsh/vsh.cfg index 5c66d0b5..2cdd6359 100644 --- a/addons/sourcemod/configs/vsh/vsh.cfg +++ b/addons/sourcemod/configs/vsh/vsh.cfg @@ -211,15 +211,24 @@ { "Primary" { - "ignorefalloff" "1" - } - - "Melee" - { - "crit" "1" - } + "desp" "Primary: {positive}Crits when aiming directly at the boss" + + "attack" + { + "filter" + { + "aim" "1" //Is client aiming at boss + } + + "params" + { + "attackcrit" "1" + } + } } - + + + "Pyro" { "Primary"