Skip to content

Commit

Permalink
Update preferences_gear.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
grifp71 authored Feb 27, 2024
1 parent 6e385a3 commit 448767f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,11 @@ var/global/list/gear_datums_by_name = list()
path = /obj/item/weapon/gun/revolver/m44/custom
allowed_origins = USCM_ORIGINS

/datum/gear/weapon/m1911
display_name = "M1911 Service Pistol"
path = /obj/item/storage/box/M1911_loadout
allowed_origins = USCM_ORIGINS

/datum/gear/drink
category = "Canned drinks"

Expand Down

0 comments on commit 448767f

Please sign in to comment.