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

Commit

Permalink
fix sc steam turbine do damage turbine in loose mode (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock authored Jul 31, 2022
1 parent 24c53b5 commit 94bf65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void onScrewdriverRightClick(byte aSide, EntityPlayer aPlayer, float aX,

@Override
public int getDamageToComponent(ItemStack aStack) {
return looseFit ? 0 : 10;
return looseFit ? 2 : 8;
}

@Override
Expand Down

0 comments on commit 94bf65d

Please sign in to comment.