Skip to content

Commit

Permalink
changes cmb syn to have limited headset
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Jul 19, 2023
1 parent 4e704b0 commit 2367adc
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 @@ -352,7 +352,7 @@
role_comm_title = "CMB Syn"
equipment_to_spawn = list(
WEAR_HEAD = /obj/item/clothing/head/CMB,
WEAR_L_EAR = /obj/item/device/radio/headset/distress/CMB,
WEAR_L_EAR = /obj/item/device/radio/headset/distress/CMB/limited,
WEAR_EYES = /obj/item/clothing/glasses/sunglasses/sechud,
WEAR_BODY = /obj/item/clothing/under/CM_uniform,
WEAR_BACK = /obj/item/storage/backpack/satchel/sec,
Expand Down

0 comments on commit 2367adc

Please sign in to comment.