Skip to content

Commit

Permalink
sec belt pistol change
Browse files Browse the repository at this point in the history
Sec belts slightly more compatible with holsters, no longer fit pistols
  • Loading branch information
AmoryBlaine committed Sep 14, 2024
1 parent 7480ec6 commit b45de4a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -465,16 +465,13 @@
/obj/item/clothing/glasses,
/obj/item/ammo_magazine/pistol,
/obj/item/ammo_magazine/handful,
/obj/item/reagent_container/food/snacks/donut/normal,
/obj/item/reagent_container/food/snacks/donut/jelly,
/obj/item/weapon/baton,
/obj/item/weapon/gun/energy/taser,
/obj/item/tool/lighter/zippo,
/obj/item/storage/fancy/cigarettes,
/obj/item/clothing/glasses/hud/security,
/obj/item/device/flashlight,
/obj/item/device/radio/headset,
/obj/item/weapon,
/obj/item/device/clue_scanner,
)

Expand Down Expand Up @@ -531,6 +528,7 @@
new /obj/item/reagent_container/spray/pepper(src)
new /obj/item/ammo_magazine/pistol/np92(src)
new /obj/item/ammo_magazine/pistol/np92(src)
new /obj/item/ammo_magazine/pistol/np92(src)

/obj/item/storage/belt/security/MP/CMB
name = "\improper CMB duty belt"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/under/marine_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
desc = "A pair of blue-grey slacks coupled with a blue shirt, featuring venlar armor inserts at critical areas to protect from blades and low caliber ballistics."
icon_state = "upp_uniform_pap"
worn_state = "upp_uniform_pap"
flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE
flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE

/obj/item/clothing/under/marine/veteran/UPP/civi1
name = "\improper UPP Civilian-style Orange overalls"
Expand Down
1 change: 1 addition & 0 deletions code/modules/gear_presets/upp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/UPP/pap, WEAR_BODY)
//jacket
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/faction/UPP/jacket/pap, WEAR_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/patch/upp, WEAR_ACCESSORY)
//waist
new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/UPP/full, WEAR_WAIST)
//limbs
Expand Down
Binary file modified icons/mob/humans/onmob/uniform_0.dmi
Binary file not shown.

0 comments on commit b45de4a

Please sign in to comment.