Skip to content

Commit

Permalink
Fix for synths' default language. (#4115)
Browse files Browse the repository at this point in the history
# About the pull request

Followup to #3845.

# Explain why it's good for the game

Selfevident.

# Changelog
:cl:
fix: Non-UPP synthetics no longer default to speaking Russian.
/:cl:
  • Loading branch information
Segrain authored Aug 7, 2023
1 parent 73fdf15 commit 5a5183d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/datum/equipment_preset/synth
name = "Synth"
uses_special_name = TRUE
languages = ALL_SYNTH_LANGUAGES_UPP
languages = ALL_SYNTH_LANGUAGES
skills = /datum/skills/synthetic
paygrade = "SYN"

Expand Down Expand Up @@ -458,6 +458,7 @@
/datum/equipment_preset/synth/survivor/upp
name = "Survivor - Synthetic - UPP Synth"
flags = EQUIPMENT_PRESET_EXTRA
languages = ALL_SYNTH_LANGUAGES_UPP
assignment = JOB_UPP_COMBAT_SYNTH
rank = JOB_SURVIVOR
faction = FACTION_UPP
Expand Down

0 comments on commit 5a5183d

Please sign in to comment.