From ac32157748a107f7eb9d11243bc6e7ea9a21492e Mon Sep 17 00:00:00 2001 From: BadAtThisGame <79063506+BadAtThisGame302@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:38:06 +0200 Subject: [PATCH] Fixes Equipment Preset - Very unimportant fix indeed (#5592) # 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
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: fix: fixed the CMB Trijent Survivor /:cl: Co-authored-by: Jeff Watchson --- code/modules/gear_presets/survivors/trijent/preset_trijent.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/gear_presets/survivors/trijent/preset_trijent.dm b/code/modules/gear_presets/survivors/trijent/preset_trijent.dm index cae63ada8c16..f62010539d77 100644 --- a/code/modules/gear_presets/survivors/trijent/preset_trijent.dm +++ b/code/modules/gear_presets/survivors/trijent/preset_trijent.dm @@ -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)