Skip to content

Commit

Permalink
Makes semi-fluid generators have "semifluid" in their tooltip (GTNewH…
Browse files Browse the repository at this point in the history
…orizons#3253)

Co-authored-by: BlueHero233 <87818077+BlueHero233@users.noreply.github.com>
  • Loading branch information
querns and BlueHero233 authored Sep 22, 2024
1 parent cc0266c commit e35caba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MTESemiFluidGenerator extends MTEBasicGenerator {
public int mEfficiency;

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

Expand Down

0 comments on commit e35caba

Please sign in to comment.