crescendo control: Increase range

This commit is contained in:
Jackzie 2021-05-21 11:03:22 -05:00
parent 3dc8d8ca4b
commit 72534ca62b
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
2 changed files with 1 additions and 1 deletions

View file

@ -35,7 +35,7 @@ public void OnPluginStart()
}
hPercent = CreateConVar("l4d2_crescendo_percent", "0.75", "The percent of players needed to be in range for crescendo to start", FCVAR_NONE);
hRange = CreateConVar("l4d2_crescendo_range", "150.0", "How many units away something range brain no work", FCVAR_NONE);
hRange = CreateConVar("l4d2_crescendo_range", "200.0", "How many units away something range brain no work", FCVAR_NONE);
AddNormalSoundHook(view_as<NormalSHook>(SoundHook));
//dhook setup