Fix: Examine Damage now specifies no damage (#33064)
This commit is contained in:
@@ -61,6 +61,12 @@ public sealed class DamageExamineSystem : EntitySystem
|
||||
}
|
||||
else
|
||||
{
|
||||
if (damageSpecifier.GetTotal() == FixedPoint2.Zero && !damageSpecifier.AnyPositive())
|
||||
{
|
||||
msg.AddMarkupOrThrow(Loc.GetString("damage-none"));
|
||||
return msg;
|
||||
}
|
||||
|
||||
msg.AddMarkupOrThrow(Loc.GetString("damage-examine-type", ("type", type)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user