Skip to content

Commit

Permalink
readd eff numbers. (GTNewHorizons#3036)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <dream-master@gmx.net>
  • Loading branch information
chochem and Dream-Master authored Sep 3, 2024
1 parent 1f727dd commit 99d7ef2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ public class MTESemiFluidGenerator extends MTEBasicGenerator {

public MTESemiFluidGenerator(int aID, String aName, String aNameRegional, int aTier) {
super(aID, aName, aNameRegional, aTier, "Requires semi-fluid Fuel", new ITexture[0]);
this.mEfficiency = 100 - (this.mTier * 5);
}

public MTESemiFluidGenerator(String aName, int aTier, String[] aDescription, ITexture[][][] aTextures) {
super(aName, aTier, aDescription, aTextures);
this.mEfficiency = 100 - (this.mTier * 5);
}

@Override
Expand Down

0 comments on commit 99d7ef2

Please sign in to comment.