Skip to content

Commit

Permalink
Update uscm_ship.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 authored Jul 27, 2023
1 parent 1332f94 commit 116dcad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion code/modules/gear_presets/uscm_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,12 @@
role_comm_title = "CO"
minimum_age = 35

dress_over = list(/obj/item/clothing/suit/storage/jacket/marine/dress/officer/white, /obj/item/clothing/suit/storage/jacket/marine/dress/officer/black, /obj/item/clothing/suit/storage/jacket/marine/dress/officer/suit, /obj/item/clothing/suit/storage/jacket/marine/dress/officer/falcon)
dress_over = list(
/obj/item/clothing/suit/storage/jacket/marine/dress/officer/white,
/obj/item/clothing/suit/storage/jacket/marine/dress/officer/black,
/obj/item/clothing/suit/storage/jacket/marine/dress/officer/suit,
/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)
Expand Down

0 comments on commit 116dcad

Please sign in to comment.