Skip to content

Commit

Permalink
Merge branch 'master' into CLOfficeUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
HeresKozmos authored Aug 7, 2023
2 parents 04b2f0d + c141a46 commit 9d91e5f
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 42 deletions.
4 changes: 4 additions & 0 deletions code/game/area/strata.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ EXTERIOR is FUCKING FREEZING, and refers to areas out in the open and or exposed
temperature = T20C //Nice and room temp
ceiling = CEILING_METAL

/area/strata/ag/interior/mountain
name = "Outside mountain"
icon_state = "ag_e"

/area/strata/ag/interior/restricted
is_resin_allowed = FALSE
flags_area = AREA_NOTUNNEL
Expand Down
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
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-4115.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: "Segrain"
delete-after: True
changes:
- bugfix: "Non-UPP synthetics no longer default to speaking Russian."
3 changes: 3 additions & 0 deletions html/changelogs/archive/2023-08.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@
verb)
Steelpoint:
- bugfix: EMT/White-Green armband now has a sprite
2023-08-07:
Huffie56:
- maptweak: changing an area so it stop snowing inside walls.
Loading

0 comments on commit 9d91e5f

Please sign in to comment.