Add $-sign to refund tooltip
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
sellValue /= health.Value.MaxHP;
|
sellValue /= health.Value.MaxHP;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Refund: " + sellValue;
|
return "Refund: $" + sellValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user