Merge pull request #7827 from obrakmann/fix-refund-tooltip-margins
Fix margins of refund tooltips
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
sellValue /= health.Value.MaxHP;
|
||||
}
|
||||
|
||||
return "Refund: " + sellValue;
|
||||
return "Refund: $" + sellValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user