aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2021-12-14 14:42:45 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2021-12-14 14:42:45 +0000
commit58b0e210013c95ed5ea4e1eb0117937f46c8e107 (patch)
tree8d6bc757f60f0ba4e175fc1f1c4116423cbbe626 /src/Java/gtPlusPlus/xmod
parentb404dd06675bb5031c4c3095f950a83fb7d40e43 (diff)
downloadGT5-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.java2
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