1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 21:07:25 +03:00

Check the status, not the bullet (#6434)

This commit is contained in:
Matthew (or Maya) Peng 2021-12-13 18:44:54 -08:00 committed by GitHub
parent 052b47fbe4
commit 339d87ad78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,7 +330,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){