Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-12-21 10:39:49 -05:00
12 changed files with 52 additions and 18 deletions

View File

@@ -169,7 +169,7 @@ public class Drill extends Block{
return new TextureRegion[]{region, rotatorRegion, topRegion};
}
void countOre(Tile tile){
protected void countOre(Tile tile){
returnItem = null;
returnCount = 0;

View File

@@ -20,8 +20,8 @@ public enum StatUnit{
degrees,
seconds,
minutes,
perSecond,
perMinute,
perSecond(false),
perMinute(false),
perShot(false),
timesSpeed(false),
percent(false),

View File

@@ -342,7 +342,7 @@ public class StatValues{
}
if(type.status != StatusEffects.none){
sep(bt, (type.minfo.mod == null ? type.status.emoji() : "") + "[stat]" + type.status.localizedName);
sep(bt, (type.status.minfo.mod == null ? type.status.emoji() : "") + "[stat]" + type.status.localizedName);
}
if(type.fragBullet != null){