Skip to content

Commit

Permalink
Replaces Synth Vendor Headset (#6574)
Browse files Browse the repository at this point in the history
# About the pull request

Replaces the senior command headset with the synthetic headset in the
synth equipment vendor

# Explain why it's good for the game

The synth headset is very useful as it gives synthetics a tracker for
the SLs, XO, and CO. This change will allow for survivor synthetics that
ally with the Almayer to track just as a normal synth. It also allows
shipside synths to keep the tracker if their spawn headset is
lost/stolen/melted. Also makes sense that the synth vendor gives the
synth headset


# 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: Nomoresolvalou

balance: The headset in the synthetic equipment vendor has been replaced
with a synthetic headset as opposed to a senior command headset

/:cl:

Co-authored-by: harryob <[email protected]>
  • Loading branch information
Nomoresolvalou and harryob committed Jul 3, 2024
1 parent 39ac393 commit a0e93b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/vending/vendor_types/crew/synthetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ GLOBAL_LIST_INIT(cm_vending_clothing_synth, list(
list("Experimental Tool Vendor Token", 0, /obj/item/coin/marine/synth, MARINE_CAN_BUY_ESSENTIALS, VENDOR_ITEM_MANDATORY),

list("RADIO (TAKE ALL)", 0, null, null, null),
list("Headset", 0, /obj/item/device/radio/headset/almayer/mcom/cdrcom, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY),
list("Headset", 0, /obj/item/device/radio/headset/almayer/mcom/synth, MARINE_CAN_BUY_EAR, VENDOR_ITEM_MANDATORY),

list("UNIFORM (CHOOSE 1)", 0, null, null, null),
list("Uniform, Outdated Synth", 0, /obj/item/clothing/under/rank/synthetic/old, MARINE_CAN_BUY_UNIFORM, VENDOR_ITEM_REGULAR),
Expand Down

0 comments on commit a0e93b9

Please sign in to comment.