Stell unit

This commit is contained in:
Anuken
2022-02-16 20:38:12 -05:00
parent 5e601cb978
commit 2bb417dfd3
13 changed files with 49 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ public class BaseTurret extends Block{
if(coolant != null){
coolant.update = false;
coolant.booster = true;
coolant.optional = true;
}
placeOverlapRange = Math.max(placeOverlapRange, range + placeOverlapMargin);