aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-08-23 16:07:36 +1000
committerAlkalus <draknyte1@hotmail.com>2017-08-23 16:07:36 +1000
commit3162fe2ce21d5a2905854b0e313d997a240944c0 (patch)
tree4eed0abfc27b2c4d237f474221f1c738e98c756b /src
parent434912367696b7a07ba988daac5c5d6e7036425d (diff)
downloadGT5-Unofficial-3162fe2ce21d5a2905854b0e313d997a240944c0.tar.gz
GT5-Unofficial-3162fe2ce21d5a2905854b0e313d997a240944c0.tar.bz2
GT5-Unofficial-3162fe2ce21d5a2905854b0e313d997a240944c0.zip
% Tweaked LFTR pollution rate.
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
index a84d1d61ec..11ac10db69 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java
@@ -329,7 +329,7 @@ public class GregtechMTE_NuclearReactor extends GT_MetaTileEntity_MultiBlockBase
@Override
public int getPollutionPerTick(final ItemStack aStack) {
- return 5;
+ return this.boostEu ? 8 : 4;
}
@Override