diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-08-04 10:51:43 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-08-04 10:51:43 +1000 |
commit | 8ea753b53ebc6a921c4aff1a0bbf7bcdf5ef46ba (patch) | |
tree | 9eb52beb82ffed0b63db3a76ec111215739ed05b /src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic | |
parent | 799d55ba6263c7a9f671d7fec897f41ea1bb8c5a (diff) | |
download | GT5-Unofficial-8ea753b53ebc6a921c4aff1a0bbf7bcdf5ef46ba.tar.gz GT5-Unofficial-8ea753b53ebc6a921c4aff1a0bbf7bcdf5ef46ba.tar.bz2 GT5-Unofficial-8ea753b53ebc6a921c4aff1a0bbf7bcdf5ef46ba.zip |
% Improved some tooltips.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaCondensor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaCondensor.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaCondensor.java index fa013f49ab..6d4e4d0135 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaCondensor.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaCondensor.java @@ -32,7 +32,7 @@ public class GregtechMetaCondensor extends GregtechMetaBoilerBase{ @Override public String[] getDescription() { - return new String[] {this.mDescription, CORE.GT_Tooltip}; + return new String[]{this.mDescription, "IC2 Steam + Water = Normal Steam.", "Requires no power to run, although it's not very fast.", CORE.GT_Tooltip}; } @Override |