From 425afd816443e87c7ecb992e588851a13cf926a7 Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:04:00 -0700 Subject: [PATCH] oops bad var --- code/modules/projectiles/guns/ballistic/smg.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/smg.dm b/code/modules/projectiles/guns/ballistic/smg.dm index 55a5d8ce8482..28d2d1eba8bc 100644 --- a/code/modules/projectiles/guns/ballistic/smg.dm +++ b/code/modules/projectiles/guns/ballistic/smg.dm @@ -406,7 +406,7 @@ EMPTY_GUN_HELPER(automatic/smg/cm5) item_state = "gun" mag_type = /obj/item/ammo_box/magazine/smgm9mm bolt_type = BOLT_TYPE_LOCKING - mag_display = TRUE + show_magazine_on_sprite = TRUE manufacturer = MANUFACTURER_NANOTRASEN_OLD /obj/item/gun/ballistic/automatic/smg/skm_carbine/inteq/proto/ComponentInitialize()