Skip to content

Commit

Permalink
Belt/Pouch Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumbgunner committed Mar 30, 2024
1 parent 0e65c01 commit ce06c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1232,13 +1232,15 @@
"icon_y" = -5))

/obj/item/storage/belt/gun/m44
name = "\improper M276 pattern M44 holster rig"
desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for the M44 magnum revolver, along with six small pouches for speedloaders. It smells faintly of hay."
name = "\improper M276 pattern revolver pistol holster rig"
desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is for revolver pistols of various types, along with six small pouches for speedloaders."
icon_state = "m44r_holster"
storage_slots = 7
can_hold = list(
/obj/item/weapon/gun/revolver/m44,
/obj/item/weapon/gun/revolver/cmb,
/obj/item/ammo_magazine/revolver,
/obj/item/ammo_magazine/revolver/cmb,
)
has_gamemode_skin = TRUE
holster_slots = list(
Expand Down
Binary file modified icons/obj/items/clothing/belts.dmi
Binary file not shown.

0 comments on commit ce06c20

Please sign in to comment.