From c872ee20930851796cd447a2d1a49c425b03552d Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 15 Dec 2016 18:47:50 -0600 Subject: [PATCH] Adds another language selection point --- .../carbon/human/species/station/seromi.dm | 2 +- .../carbon/human/species/station/station.dm | 10 +++--- html/changelogs/Anewbe - Language.yml | 36 +++++++++++++++++++ 3 files changed, 42 insertions(+), 6 deletions(-) create mode 100644 html/changelogs/Anewbe - Language.yml diff --git a/code/modules/mob/living/carbon/human/species/station/seromi.dm b/code/modules/mob/living/carbon/human/species/station/seromi.dm index 5fa81a04d9..9316eaecad 100644 --- a/code/modules/mob/living/carbon/human/species/station/seromi.dm +++ b/code/modules/mob/living/carbon/human/species/station/seromi.dm @@ -6,7 +6,7 @@ hunting skills that emphasized taking out their prey without themselves getting hit. They \ are only recently becoming known on human stations after reaching space with Skrell assistance." - num_alternate_languages = 2 + num_alternate_languages = 3 secondary_langs = list("Schechi", "Skrellian") name_language = "Schechi" min_age = 12 diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index f1540af569..6393ef4720 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -8,7 +8,7 @@ While the central Sol government maintains control of its far-flung people, powerful corporate \ interests, rampant cyber and bio-augmentation and secretive factions make life on most human \ worlds tumultous at best." - num_alternate_languages = 2 + num_alternate_languages = 3 secondary_langs = list("Sol Common") name_language = null // Use the first-name last-name generator rather than a language scrambler min_age = 17 @@ -34,7 +34,7 @@ gluttonous = 1 slowdown = 0.5 brute_mod = 0.8 - num_alternate_languages = 2 + num_alternate_languages = 3 secondary_langs = list("Sinta'unathi") name_language = "Sinta'unathi" health_hud_intensity = 2.5 @@ -95,7 +95,7 @@ brute_mod = 1.15 burn_mod = 1.15 gluttonous = 1 - num_alternate_languages = 2 + num_alternate_languages = 3 secondary_langs = list("Siik") name_language = "Siik" health_hud_intensity = 2.5 @@ -151,7 +151,7 @@ of the Qerr'Katish, a caste within their society which keeps the empire of the Skrell running smoothly. Skrell are \ herbivores on the whole and tend to be co-operative with the other species of the galaxy, although they rarely reveal \ the secrets of their empire to their allies." - num_alternate_languages = 2 + num_alternate_languages = 3 secondary_langs = list("Skrellian", "Schechi") name_language = "Skrellian" health_hud_intensity = 2 @@ -205,7 +205,7 @@ hud_type = /datum/hud_data/diona siemens_coefficient = 0.3 show_ssd = "completely quiescent" - num_alternate_languages = 1 + num_alternate_languages = 2 name_language = "Rootspeak" health_hud_intensity = 2.5 diff --git a/html/changelogs/Anewbe - Language.yml b/html/changelogs/Anewbe - Language.yml new file mode 100644 index 0000000000..5046b3c47d --- /dev/null +++ b/html/changelogs/Anewbe - Language.yml @@ -0,0 +1,36 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +################################# + +# Your name. +author: Anewbe + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds another slot to select languages, if desired." \ No newline at end of file