Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
use 0lafe suggestion for the combustion eff
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Jan 26, 2022
1 parent 2f8385a commit f9b0e80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public DieselGenerator(int aID, String aName, String aNameRegional, int aTier) {
super(aID, aName, aNameRegional, aTier, new String[]{
"Requires liquid Fuel",
"Causes " + (int) (GT_Mod.gregtechproxy.mPollutionBaseDieselGeneratorPerSecond * (1.1 - aTier * 0.1)) + " Pollution per second"});
mEfficiency = 100 - aTier * 15;
mEfficiency = 100 - aTier * 10;
}

public DieselGenerator(String aName, int aTier, String[] aDescription, ITexture[][][] aTextures) {
Expand Down

0 comments on commit f9b0e80

Please sign in to comment.