Skip to content

Commit

Permalink
Change Energized GPS Transmitter values to follow the pattern of prev…
Browse files Browse the repository at this point in the history
…ious tiers (#3915)

Co-authored-by: Jeroen <j.teriele1@students.uu.nl>
  • Loading branch information
iTwins and Jeroen authored Aug 1, 2023
1 parent 1062941 commit b117d87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1927,12 +1927,12 @@ public int getEnergyConsumption() {

@Override
public int getMultiplier(int y) {
return y * 64 + 600;
return y * 64 + 2100;
}

@Override
public int getEnergyConsumption() {
return 46;
return 43;
}

}.register(plugin);
Expand Down

0 comments on commit b117d87

Please sign in to comment.