From be5f139dc59de4c27f2b2c74ff9410420bbf0551 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 25 Apr 2018 20:49:58 +1000 Subject: [PATCH] Fix monstered pp Closes #259 --- dist/index.js | 2 +- dist/index.json | 2 +- modifications/modifierActions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index ee46e5b..c486a2d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23452,7 +23452,7 @@ module.exports = { }, special_powerplant_highcharge: { mass: .1, - power: .05 + pgen: .05 }, special_powerplant_cooled: { eff: -.1 diff --git a/dist/index.json b/dist/index.json index 032c3d0..1759654 100644 --- a/dist/index.json +++ b/dist/index.json @@ -31087,7 +31087,7 @@ }, "special_powerplant_highcharge": { "mass": 0.1, - "power": 0.05 + "pgen": 0.05 }, "special_powerplant_cooled": { "eff": -0.1 diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index e7cb514..79cfb91 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -341,7 +341,7 @@ }, "special_powerplant_highcharge": { "mass": 0.1, - "power": 0.05 + "pgen": 0.05 }, "special_powerplant_cooled": { "eff": -0.1