Tighten Quadravol point blank detection.

This commit is contained in:
Mari the Deer 2022-08-19 16:13:38 +02:00
commit d5ff3343db
2 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ Class Quadravol : SWWMWeapon
bool pointblank = false;
int rings = 1;
Vector3 dir;
for ( double i=0; i<.25; i+=.05 )
for ( double i=0; i<.16; i+=.04 )
{
for ( int j=0; j<360; j+=(360/rings) )
{