Skip to content

Commit

Permalink
Updates pref_gear to actually take the correct loadout
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrgear authored Feb 24, 2024
1 parent 6957279 commit c89e129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c89e129

Please sign in to comment.