mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 09:17:19 +07:00
Revert "Blend prototype"
This reverts commit 35afc94d34
.
# Conflicts:
# core/assets/sprites/sprites.png
This commit is contained in:
parent
5c485eff04
commit
5f047603bf
Binary file not shown.
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 685 B After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 743 KiB After Width: | Height: | Size: 744 KiB |
@ -224,7 +224,7 @@ public class CraterConveyor extends BaseConveyor{
|
||||
|
||||
@Override
|
||||
public boolean blends(Tile tile, int rotation, int otherx, int othery, int otherrot, Block otherblock) {
|
||||
return super.blends(tile, rotation, otherx, othery, otherrot, otherblock) && (otherblock instanceof CraterConveyor || isStart(tile));
|
||||
return otherblock.outputsItems() && blendsArmored(tile, rotation, otherx, othery, otherrot, otherblock) && otherblock instanceof CraterConveyor;
|
||||
}
|
||||
|
||||
// has no crater conveyors facing into it
|
||||
|
Loading…
Reference in New Issue
Block a user