From 10e41be5eee41ab0cf78dec0fdb07d6f405d59a2 Mon Sep 17 00:00:00 2001 From: EgorDinamit Date: Thu, 15 Feb 2024 01:22:19 +0300 Subject: [PATCH] Fix issue with SMG mags --- code/modules/projectiles/ammunition/boxes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/ammunition/boxes.dm b/code/modules/projectiles/ammunition/boxes.dm index daba6ffe5d..3b4d0fec53 100644 --- a/code/modules/projectiles/ammunition/boxes.dm +++ b/code/modules/projectiles/ammunition/boxes.dm @@ -126,7 +126,7 @@ /obj/item/ammo_magazine/machine_pistol/rubber labels = list("rubber") - ammo_type = /obj/item/projectile/bullet/smg/rubber + ammo_type = /obj/item/ammo_casing/smg/rubber /obj/item/ammo_magazine/machine_pistol/empty initial_ammo = 0 @@ -135,7 +135,7 @@ name = "top mounted magazine" icon_state = "smg_top" mag_type = MAGAZINE - ammo_type = /obj/item/projectile/bullet/smg/small + ammo_type = /obj/item/ammo_casing/smg/small matter = list(MATERIAL_STEEL = 1200) caliber = CALIBER_SMG_SMALL max_ammo = 20