diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-14 14:42:45 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-14 14:42:45 +0000 |
commit | 58b0e210013c95ed5ea4e1eb0117937f46c8e107 (patch) | |
tree | 8d6bc757f60f0ba4e175fc1f1c4116423cbbe626 /src/Java/gtPlusPlus/xmod | |
parent | b404dd06675bb5031c4c3095f950a83fb7d40e43 (diff) | |
download | GT5-Unofficial-58b0e210013c95ed5ea4e1eb0117937f46c8e107.tar.gz GT5-Unofficial-58b0e210013c95ed5ea4e1eb0117937f46c8e107.tar.bz2 GT5-Unofficial-58b0e210013c95ed5ea4e1eb0117937f46c8e107.zip |
Nerf single block scrubbed by 50%.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java index 23a76fb582..33ffd1f118 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaAtmosphericReconditioner.java @@ -293,6 +293,8 @@ public class GregtechMetaAtmosphericReconditioner extends GT_MetaTileEntity_Basi //Makes sure we don't get negative pollution. toRemove = mCurrentPollution; } + + toRemove = toRemove/2; Logger.INFO("mCurrentPollution[6]:"+toRemove); //We are good to clean |