mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made calculation of prim count more accurate
This commit is contained in:
parent
4784b61656
commit
b2b8ea1772
@ -165,7 +165,6 @@ impl<'a> Ingameable for Overhead<'a> {
|
||||
2 * BuffIcon::icons_vec(info.buffs, info.char_state)
|
||||
.len()
|
||||
.min(11)
|
||||
+ 1
|
||||
} else {
|
||||
0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user