From 63de9924001af686752fc596538289a72c4a7c40 Mon Sep 17 00:00:00 2001 From: DelineFortune <107496369+DelineFortune@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:29:13 +0300 Subject: [PATCH] Revert "Fixing duplication of metal" This reverts commit 13ee0d375c066af1e0f1ce45a99a8825dd334225. --- code/modules/projectiles/gun_attachables.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index 4e45662bc1d7..0f3fde8f3c9b 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -31,7 +31,7 @@ Defined in conflicts.dm of the #defines folder. var/pixel_shift_y = 16 //Uses the bottom left corner of the item. flags_atom = FPRINT|CONDUCT - matter = list("metal" = 100) + matter = list("metal" = 2000) w_class = SIZE_SMALL force = 1 var/slot = null //"muzzle", "rail", "under", "stock", "special"