From 3ec962e7ec0c47fdd6133a65917b5a47746902e9 Mon Sep 17 00:00:00 2001 From: forest2001 <41653574+realforest2001@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:06:48 +0100 Subject: [PATCH] Changes Corporate Protection Synth preset to use hvh radio (#3901) # About the pull request As title # Explain why it's good for the game Survivors are not meant to be contacting marines on their radio channels. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: fix: Fixes another synth survivor variant having marine comms. /:cl: --- code/modules/gear_presets/synths.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index b7749f54c386..8ac227e9a0bb 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -394,7 +394,7 @@ idtype = /obj/item/card/id/pmc equipment_to_spawn = list( WEAR_HEAD = /obj/item/clothing/head/helmet/marine/veteran/pmc, - WEAR_L_EAR = /obj/item/device/radio/headset/distress/pmc, + WEAR_L_EAR = /obj/item/device/radio/headset/distress/pmc/hvh, WEAR_EYES = /obj/item/clothing/glasses/sunglasses/sechud, WEAR_BODY = /obj/item/clothing/under/marine/veteran/pmc, WEAR_ACCESSORY = /obj/item/clothing/accessory/storage/droppouch,