From 943a1b08295596ebe8aa0eae582d0a7db34b3d58 Mon Sep 17 00:00:00 2001 From: DWW Date: Sun, 26 Dec 2021 16:59:53 +0200 Subject: [PATCH] Fixed 'none' optic being svg when rolled --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index c4eca94..32ea772 100644 --- a/script.js +++ b/script.js @@ -377,7 +377,7 @@ function randomize_attachments_single(weapon) if (pick == weapon.optic.length) { result.push(0); - result.push("images/attachments/optics/none.svg"); + result.push("images/attachments/optics/none.png"); result.push(""); } else