Tweaks to afflict research cost

This commit is contained in:
Epowerj
2022-08-30 14:52:37 -04:00
parent 400155ffed
commit 953b43e041

View File

@@ -4362,7 +4362,7 @@ public class Blocks{
shootCone = 20f; shootCone = 20f;
scaledHealth = 220; scaledHealth = 220;
rotateSpeed = 1.5f; rotateSpeed = 1.5f;
researchCostMultiplier = 0.05f; researchCostMultiplier = 0.04f;
limitRange(9f); limitRange(9f);
}}; }};