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){