fix: Fixes Velocity property not displaying value (#1938)
This commit is contained in:
parent
35342e296e
commit
8a41d84239
1 changed files with 1 additions and 1 deletions
|
|
@ -3109,7 +3109,7 @@ public abstract partial class BaseWeapon : Item, IWeapon, IFactionItem, ICraftab
|
|||
list.Add(1111917); // Immolated
|
||||
}
|
||||
|
||||
if (Core.ML && (ranged?.Velocity ?? 0) != 0)
|
||||
if (Core.ML && (prop = ranged?.Velocity ?? 0) != 0)
|
||||
{
|
||||
list.Add(1072793, prop); // Velocity ~1_val~%
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue