Skip to content

Commit

Permalink
Changes Corporate Protection Synth preset to use hvh radio (#3901)
Browse files Browse the repository at this point in the history
# About the pull request
As title
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
Survivors are not meant to be contacting marines on their radio
channels.
# 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: Fixes another synth survivor variant having marine comms.
/:cl:
  • Loading branch information
realforest2001 committed Jul 18, 2023
1 parent 9da45c2 commit 3ec962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3ec962e

Please sign in to comment.