Skip to content

Commit

Permalink
Update code/modules/gear_presets/uscm_ship.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 authored Mar 9, 2024
1 parent 420779c commit aa2b302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@
role_comm_title = "CO"
minimum_age = 35

dress_over = list(
/obj/item/clothing/suit/storage/jacket/marine/dress/blues/officer,
/obj/item/clothing/suit/storage/jacket/marine/dress/officer/falcon,
)
/datum/equipment_preset/uscm_ship/commander/council/load_gear(mob/living/carbon/human/new_human)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/officer/bridge(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret/marine/commander/council(new_human), WEAR_HEAD)
Expand Down

0 comments on commit aa2b302

Please sign in to comment.