add: better big flashlight

This commit is contained in:
ALittlePatate
2022-09-10 20:04:52 +02:00
parent 180b454176
commit 39d5840a45

View File

@@ -159,11 +159,13 @@ namespace DevourClient.Hacks
{ {
flashlightSpot.intensity = 1.5f; flashlightSpot.intensity = 1.5f;
flashlightSpot.range = 9f; flashlightSpot.range = 9f;
flashlightSpot.spotAngle = 90f;
} }
else else
{ {
flashlightSpot.intensity = 1.5f; flashlightSpot.intensity = 1.5f;
flashlightSpot.range = 200f; flashlightSpot.range = 200f;
flashlightSpot.spotAngle = 70f;
} }
} }
catch catch