From c89e12919fe254a5e06d4c2ac6a8e843d9036b0d Mon Sep 17 00:00:00 2001 From: Merrgear <68803078+Merrgear@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:53:53 -0500 Subject: [PATCH] Updates pref_gear to actually take the correct loadout --- code/modules/client/preferences_gear.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 16a52214c0..232464ade4 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -623,9 +623,9 @@ var/global/list/gear_datums_by_name = list() path = /obj/item/weapon/gun/revolver/m44/custom allowed_origins = USCM_ORIGINS -/datum/gear/weapon/m48a4 - display_name = "M48A4 Service Pistol" - path = /obj/item/storage/box/M48A4_loadout +/datum/gear/weapon/m1911 + display_name = "M1911 Service Pistol" + path = /obj/item/storage/box/M1911_loadout allowed_origins = USCM_ORIGINS /datum/gear/drink