From 13ee0d375c066af1e0f1ce45a99a8825dd334225 Mon Sep 17 00:00:00 2001 From: DelineFortune <107496369+DelineFortune@users.noreply.github.com> Date: Mon, 8 Jan 2024 01:46:23 +0300 Subject: [PATCH] Fixing duplication of metal You can take M41A from vendor, strip it for stock+underbarrel grenade launcher and get 1 metal sheel (4000) per 5 seconds. Now you are getting 200 of metal for those actions so its not effective anymore --- 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 0f3fde8f3c9b..4e45662bc1d7 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" = 2000) + matter = list("metal" = 100) w_class = SIZE_SMALL force = 1 var/slot = null //"muzzle", "rail", "under", "stock", "special"