diff --git a/ReallifeGamemode.Client/Gui/handmoney.ts b/ReallifeGamemode.Client/Gui/handmoney.ts
index 19aad47e..27cc1df5 100644
--- a/ReallifeGamemode.Client/Gui/handmoney.ts
+++ b/ReallifeGamemode.Client/Gui/handmoney.ts
@@ -45,7 +45,8 @@ export default function handMoney(globalData: IGlobalData) {
if (showMoneyChange <= 70) {
alpha = (showMoneyChange * (255 / 70)) | 0;
}
- mp.game.graphics.drawText("-$" + moneyFormat(Math.abs(difference)), [0.95, 0.145], {
+ var differenceText = moneyFormat(Math.abs(difference));
+ mp.game.graphics.drawText("-$" + differenceText, [0.95, 0.145], {
font: 7,
color: [255, 0, 45, alpha],
scale: [0.65, 0.65],
@@ -58,7 +59,8 @@ export default function handMoney(globalData: IGlobalData) {
if (showMoneyChange <= 70) {
alpha = (showMoneyChange * (255 / 70)) | 0;
}
- mp.game.graphics.drawText("+$" + moneyFormat(Math.abs(difference)), [0.95, 0.145], {
+ var differenceText = moneyFormat(Math.abs(difference));
+ mp.game.graphics.drawText("+$" + differenceText, [0.95, 0.145], {
font: 7,
color: [115, 186, 131, alpha],
scale: [0.65, 0.65],
diff --git a/ReallifeGamemode.Client/assets/html/inventory/img/inventory/1.svg b/ReallifeGamemode.Client/assets/html/inventory/img/inventory/1.svg
index 87b7a0fe..9a66c011 100644
--- a/ReallifeGamemode.Client/assets/html/inventory/img/inventory/1.svg
+++ b/ReallifeGamemode.Client/assets/html/inventory/img/inventory/1.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/ReallifeGamemode.Client/assets/html/inventory/img/inventory/10.svg b/ReallifeGamemode.Client/assets/html/inventory/img/inventory/10.svg
index 31a49d7f..05c8e207 100644
--- a/ReallifeGamemode.Client/assets/html/inventory/img/inventory/10.svg
+++ b/ReallifeGamemode.Client/assets/html/inventory/img/inventory/10.svg
@@ -1,91 +1,36 @@
-
-