From 409acf324eb417800e8a745896afa36e7fbc5afd Mon Sep 17 00:00:00 2001 From: ParadoxSpace Date: Mon, 29 Jul 2019 09:38:47 -0600 Subject: [PATCH 1/3] initial --- .../carbon/human/species/station/ipc/ipc.dm | 2 +- .../paradoxspace-aliensoverhumans.yml | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/paradoxspace-aliensoverhumans.yml diff --git a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm index e28f0e43ce1..3136ea396ff 100644 --- a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm +++ b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm @@ -26,7 +26,7 @@ name_language = "Encoded Audio Language" num_alternate_languages = 2 - secondary_langs = list("Encoded Audio Language") + secondary_langs = list("Encoded Audio Language", "Sol Common") ethanol_resistance = -1//Can't get drunk radiation_mod = 0 // not affected by radiation remains_type = /obj/effect/decal/remains/robot diff --git a/html/changelogs/paradoxspace-aliensoverhumans.yml b/html/changelogs/paradoxspace-aliensoverhumans.yml new file mode 100644 index 00000000000..d9ce3d79c67 --- /dev/null +++ b/html/changelogs/paradoxspace-aliensoverhumans.yml @@ -0,0 +1,41 @@ +################################ +# 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 +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: ParadoxSpace + +# 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: "Gives IPCs the ability to speak Sol Common." From 08dcb1de23035ccc52b40d62e51853f57c5207b9 Mon Sep 17 00:00:00 2001 From: ParadoxSpace Date: Fri, 2 Aug 2019 14:15:24 -0600 Subject: [PATCH 2/3] powercreep --- code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm | 2 +- html/changelogs/paradoxspace-aliensoverhumans.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm index 3136ea396ff..2123396ca5f 100644 --- a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm +++ b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm @@ -26,7 +26,7 @@ name_language = "Encoded Audio Language" num_alternate_languages = 2 - secondary_langs = list("Encoded Audio Language", "Sol Common") + secondary_langs = list("Encoded Audio Language", "Sol Common", "Siik'maas", "Ya'ssa", "Delvahhi", "Nral'Malic", "Sinta'unathi") ethanol_resistance = -1//Can't get drunk radiation_mod = 0 // not affected by radiation remains_type = /obj/effect/decal/remains/robot diff --git a/html/changelogs/paradoxspace-aliensoverhumans.yml b/html/changelogs/paradoxspace-aliensoverhumans.yml index d9ce3d79c67..d7234edd1b2 100644 --- a/html/changelogs/paradoxspace-aliensoverhumans.yml +++ b/html/changelogs/paradoxspace-aliensoverhumans.yml @@ -38,4 +38,4 @@ delete-after: True # 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: "Gives IPCs the ability to speak Sol Common." + - rscadd: "Gives IPCs the ability to speak all spoken languages." From d60fb6799c80515257dc8ce9dfc115852ceb5f22 Mon Sep 17 00:00:00 2001 From: ParadoxSpace Date: Fri, 2 Aug 2019 15:50:10 -0600 Subject: [PATCH 3/3] I think Paradox has been on a downward spiral mentally and now he's lost it completely --- code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm | 2 +- html/changelogs/paradoxspace-aliensoverhumans.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm index 2123396ca5f..3136ea396ff 100644 --- a/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm +++ b/code/modules/mob/living/carbon/human/species/station/ipc/ipc.dm @@ -26,7 +26,7 @@ name_language = "Encoded Audio Language" num_alternate_languages = 2 - secondary_langs = list("Encoded Audio Language", "Sol Common", "Siik'maas", "Ya'ssa", "Delvahhi", "Nral'Malic", "Sinta'unathi") + secondary_langs = list("Encoded Audio Language", "Sol Common") ethanol_resistance = -1//Can't get drunk radiation_mod = 0 // not affected by radiation remains_type = /obj/effect/decal/remains/robot diff --git a/html/changelogs/paradoxspace-aliensoverhumans.yml b/html/changelogs/paradoxspace-aliensoverhumans.yml index d7234edd1b2..d9ce3d79c67 100644 --- a/html/changelogs/paradoxspace-aliensoverhumans.yml +++ b/html/changelogs/paradoxspace-aliensoverhumans.yml @@ -38,4 +38,4 @@ delete-after: True # 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: "Gives IPCs the ability to speak all spoken languages." + - rscadd: "Gives IPCs the ability to speak Sol Common."