Skip to content

Commit

Permalink
pmc synth m4 armor sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Oct 9, 2023
1 parent 4e704b0 commit fbbe097
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1134,8 +1134,10 @@ var/list/squad_colors_chat = list(rgb(230,125,125), rgb(255,230,80), rgb(255,150
item_state_slots = list(WEAR_JACKET = "pmc_sniper")

/obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth
name = "\improper M4 synthetic PMC armor"
name = "\improper M4 Synthetic PMC armor"
icon_state = "pmc_synth"
desc = "A modification of the standard Armat Systems M3 armor. This variant was designed for PMC Support Units in the field, offering protection and storage while not restricting movement."
flags_marine_armor = SYNTH_ALLOWED
time_to_unequip = 0.5 SECONDS
time_to_equip = 1 SECONDS
armor_melee = CLOTHING_ARMOR_NONE
Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/pmc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ list("POUCHES (CHOOSE 2)", 0, null, null, null),

/datum/equipment_preset/pmc/synth/load_gear(mob/living/carbon/human/new_human)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc, WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/surg_vest/equipped, WEAR_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/surg_vest/drop_black/equipped, WEAR_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/synth, WEAR_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/tool/surgery/synthgraft, WEAR_IN_JACKET)
Expand Down
Binary file modified icons/mob/humans/onmob/suit_1.dmi
Binary file not shown.

0 comments on commit fbbe097

Please sign in to comment.