Merge remote-tracking branch 'origin/master'

# Conflicts:
#	core/src/mindustry/entities/Damage.java
This commit is contained in:
Anuken
2021-08-28 14:17:29 -04:00
6 changed files with 16 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ public class UnitPayload implements Payload{
if(solid.solid(tx, ty)) return false;
}
//cannnot dump when there's a lot of overlap going on
//cannot dump when there's a lot of overlap going on
if(!unit.type.flying && Units.count(unit.x, unit.y, unit.physicSize(), o -> o.isGrounded() && (o.type.allowLegStep == unit.type.allowLegStep)) > 0){
return false;
}