Change the stupid bone icon to a bandaid

This commit is contained in:
ShadowLarkens
2024-10-02 06:07:45 -07:00
parent e70cea0deb
commit 42fe4515fb
@@ -52,7 +52,7 @@ export const BodyScannerMainOrgansExternal = (props: {
>
{!!o.bruteLoss && (
<Tooltip content="Brute damage" position="top">
<Icon name="bone" />
<Icon name="band-aid" />
{toFixed(o.bruteLoss)}&nbsp;
</Tooltip>
)}