Skip to content

Commit

Permalink
Fixes Equipment Preset - Very unimportant fix indeed (#5592)
Browse files Browse the repository at this point in the history
# About the pull request

Changes one line of code BUT IT'S A FIX!!

# Explain why it's good for the game

Title!!


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: fixed the CMB Trijent Survivor
/:cl:

Co-authored-by: Jeff Watchson <[email protected]>
  • Loading branch information
BadAtThisGame302 and Jeff Watchson authored Jan 31, 2024
1 parent c64f975 commit ac32157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
name = "Survivor - Trijent Colonial Marshal Deputy"
assignment = "CMB Deputy"

/datum/equipment_preset/survivor/security/trijent/load_gear(mob/living/carbon/human/new_human)
/datum/equipment_preset/survivor/colonial_marshal/trijent/load_gear(mob/living/carbon/human/new_human)
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/CM_uniform(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/holobadge/cord(new_human), WEAR_ACCESSORY)
new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/CMB/limited(new_human), WEAR_L_EAR)
Expand Down

0 comments on commit ac32157

Please sign in to comment.