Skip to content

Commit

Permalink
Fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jul 28, 2024
1 parent 0c6edc5 commit 0db55a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/gear_presets/uscm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@
dress_under = list(/obj/item/clothing/under/marine/dress/blues)
dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/blues)

/datum/equipment_preset/uscm/sg_pve/full/load_gear(mob/living/carbon/human/new_human)
/datum/equipment_preset/uscm/sg_pve/load_gear(mob/living/carbon/human/new_human)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine(new_human), WEAR_HEAD)
new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/marine/cryo(new_human), WEAR_L_EAR)
Expand All @@ -1205,7 +1205,7 @@
new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_R_STORE)
spawn_marine_fluff_items(new_human)

/datum/equipment_preset/uscm/sg_pve/full/load_status(mob/living/carbon/human/new_human)
/datum/equipment_preset/uscm/sg_pve/load_status(mob/living/carbon/human/new_human)

//## Team Leader ##//
/datum/equipment_preset/uscm/tl_pve
Expand Down

0 comments on commit 0db55a3

Please sign in to comment.