Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Nov 18, 2023
2 parents 46b8809 + bdbf168 commit efce844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 2 additions & 1 deletion core/src/mindustry/entities/abilities/ShieldArcAbility.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public void update(Unit unit){
paramField = this;
paramPos.set(x, y).rotate(unit.rotation - 90f).add(unit);

Groups.bullet.intersect(unit.x - radius, unit.y - radius, radius * 2f, radius * 2f, shieldConsumer);
float reach = radius + width / 2f;
Groups.bullet.intersect(paramPos.x - reach, paramPos.y - reach, reach * 2f, reach * 2f, shieldConsumer);
}else{
widthScale = Mathf.lerpDelta(widthScale, 0f, 0.11f);
}
Expand Down
8 changes: 2 additions & 6 deletions servers_v7.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
"name": "XCore",
"address": ["130.61.52.25", "130.61.52.25:6568", "130.61.52.25:6569", "130.61.52.25:6570", "130.61.52.25:6571", "130.61.52.25:6572", "130.61.52.25:6573", "130.61.52.25:6888"]
},
{
"name": "Darkdustry",
"address": ["130.61.78.82:3000", "130.61.78.82:3001", "130.61.78.82:3002", "130.61.78.82:3003", "130.61.78.82:3004", "130.61.78.82:3005", "130.61.78.82:3006", "130.61.78.82:3007", "130.61.78.82:3008", "130.61.78.82:3009", "130.61.78.82:3010"]
},
{
"name": "Chaotic Neutral",
"address": ["c-n.ddns.net:7012", "c-n.ddns.net:7013", "c-n.ddns.net:7014", "c-n.ddns.net:7015", "c-n.ddns.net:7016", "c-n.ddns.net:7017", "c-n.ddns.net:7003", "37.187.73.180:7021"]
Expand Down Expand Up @@ -226,7 +222,7 @@
},
{
"name": "ABCXYZ Community",
"address": ["23.88.73.88:23591", "23.88.73.88:23539", "144.76.57.59:14996", "144.76.57.59:16881", "144.76.57.59:13885"]
"address": ["23.88.73.88:23591", "23.88.73.88:23539", "144.76.57.59:14996", "144.76.57.59:16881", "144.76.57.59:13885", "5.9.8.124:17775"]
},
{
"name": "CroCraft Network",
Expand All @@ -246,7 +242,7 @@
},
{
"name": "XuwenHost",
"address": ["mdt.xuwenblock.cn:6568","mdt.xuwenblock.cn:6567"]
"address": ["mdt.xuwenblock.cn:6568","mdt.xuwenblock.cn:6567","106.14.14.210"]
},
{
"name": "MineCore",
Expand Down

0 comments on commit efce844

Please sign in to comment.