forked from UNLOZE/sm-plugins
AntiNoob: oops
This commit is contained in:
@@ -386,7 +386,7 @@ public void PerformMediumHelp()
|
|||||||
{
|
{
|
||||||
ServerCommand("zr_class_set_multiplier zombies knockback %f", 1.0 + g_fKnockbackMediumBoost);
|
ServerCommand("zr_class_set_multiplier zombies knockback %f", 1.0 + g_fKnockbackMediumBoost);
|
||||||
ServerCommand("zr_napalm_time_scale %f", 50.0 - g_fNapalmMediumReduction);
|
ServerCommand("zr_napalm_time_scale %f", 50.0 - g_fNapalmMediumReduction);
|
||||||
g_fCurrentKnockbackBoost = 1.0 + g_fKnockbackMediumBoost + g_fKnockbackPopulationBoost;
|
g_fCurrentKnockbackBoost = 1.0 + g_fKnockbackMediumBoost;
|
||||||
g_fCurrentNapalmDamage = 50.0 - g_fNapalmMediumReduction;
|
g_fCurrentNapalmDamage = 50.0 - g_fNapalmMediumReduction;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user