Tech tree tweaks

This commit is contained in:
Anuken
2022-02-13 21:43:45 -05:00
parent 3ebdb5309e
commit 6c30f58507
5 changed files with 7 additions and 3 deletions

View File

@@ -3608,6 +3608,7 @@ public class Blocks{
moveTime = 35f;
canOverdrive = false;
health = 800;
researchCostMultiplier = 4f;
}};
reinforcedPayloadRouter = new PayloadRouter("reinforced-payload-router"){{
@@ -3615,6 +3616,7 @@ public class Blocks{
moveTime = 35f;
health = 800;
canOverdrive = false;
researchCostMultiplier = 4f;
}};
payloadMassDriver = new PayloadMassDriver("payload-mass-driver"){{