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

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Jan 26, 2022
1 parent f9b0e80 commit e667ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public DieselGenerator(int aID, String aName, String aNameRegional, int aTier) {

public DieselGenerator(String aName, int aTier, String[] aDescription, ITexture[][][] aTextures) {
super(aName, aTier, aDescription, aTextures);
mEfficiency = 100 - aTier * 5;
mEfficiency = 100 - aTier * 10;
}

@Override
Expand Down

0 comments on commit e667ccc

Please sign in to comment.