fixes serp-specific fog issue (#9009)
* fixes serp-specific fog issues * didnt know the f had a purpose
This commit is contained in:
@@ -2345,6 +2345,7 @@ public class UnitTypes{
|
|||||||
speed = 3f;
|
speed = 3f;
|
||||||
rotateSpeed = 15f;
|
rotateSpeed = 15f;
|
||||||
accel = 0.1f;
|
accel = 0.1f;
|
||||||
|
fogRadius = 0f;
|
||||||
itemCapacity = 30;
|
itemCapacity = 30;
|
||||||
health = 150f;
|
health = 150f;
|
||||||
engineOffset = 6f;
|
engineOffset = 6f;
|
||||||
@@ -2381,6 +2382,7 @@ public class UnitTypes{
|
|||||||
speed = 3.3f;
|
speed = 3.3f;
|
||||||
rotateSpeed = 17f;
|
rotateSpeed = 17f;
|
||||||
accel = 0.1f;
|
accel = 0.1f;
|
||||||
|
fogRadius = 0f;
|
||||||
itemCapacity = 50;
|
itemCapacity = 50;
|
||||||
health = 170f;
|
health = 170f;
|
||||||
engineOffset = 6f;
|
engineOffset = 6f;
|
||||||
@@ -2422,6 +2424,7 @@ public class UnitTypes{
|
|||||||
speed = 3.55f;
|
speed = 3.55f;
|
||||||
rotateSpeed = 19f;
|
rotateSpeed = 19f;
|
||||||
accel = 0.11f;
|
accel = 0.11f;
|
||||||
|
fogRadius = 0f;
|
||||||
itemCapacity = 70;
|
itemCapacity = 70;
|
||||||
health = 220f;
|
health = 220f;
|
||||||
engineOffset = 6f;
|
engineOffset = 6f;
|
||||||
|
|||||||
Reference in New Issue
Block a user