Correcting Steel Boiler Tooltip #1080

This commit is contained in:
Blood-Asp 2017-06-06 13:00:11 +02:00
parent b4b8820373
commit d9a318678c

View file

@ -25,7 +25,7 @@ public class GT_MetaTileEntity_Boiler_Steel
super(aID, aName, aNameRegional, new String[]{
"Faster than the Bronze Boiler",
"Produces 300L of Steam per second",
"Causes 20 Pollution per second"});
"Causes 30 Pollution per second"});
}
public GT_MetaTileEntity_Boiler_Steel(String aName, int aTier, String aDescription, ITexture[][][] aTextures) {