mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Check the status, not the bullet (#6434)
This commit is contained in:
parent
052b47fbe4
commit
339d87ad78
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue