From 3d0f24a1aefaba61d1ceef94af8d6601f7353e3a Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Thu, 30 Aug 2018 18:47:16 +0100 Subject: [PATCH] reduces metal return for ammo boxes --- code/modules/projectiles/ammunition.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammunition.dm b/code/modules/projectiles/ammunition.dm index 130fda822fd..dbd654d2fe5 100644 --- a/code/modules/projectiles/ammunition.dm +++ b/code/modules/projectiles/ammunition.dm @@ -85,7 +85,7 @@ flags = CONDUCT slot_flags = SLOT_BELT item_state = "syringe_kit" - materials = list(MAT_METAL=30000) + materials = list(MAT_METAL = 2000) throwforce = 2 w_class = WEIGHT_CLASS_TINY throw_speed = 4