Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: core/assets/bundles/bundle_ko.properties core/src/mindustry/type/UnitType.java
This commit is contained in:
@@ -474,6 +474,10 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
|
||||
return block.unloadable;
|
||||
}
|
||||
|
||||
public boolean canResupply(){
|
||||
return block.allowResupply;
|
||||
}
|
||||
|
||||
public boolean payloadCheck(int conveyorRotation){
|
||||
return block.rotate && (rotation + 2) % 4 == conveyorRotation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user