From 99b7377c5ec4ea10de9973c3e3507e364d15448a Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Sun, 22 Mar 2020 05:36:54 +0100 Subject: [PATCH 1/3] Unwhitelists solcom Shouldn't be a whitelisted language, for some reason it was removed from vr exceptions. Readded. --- code/modules/mob/language/station_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/language/station_vr.dm b/code/modules/mob/language/station_vr.dm index 05b65871348..1088a5d811d 100644 --- a/code/modules/mob/language/station_vr.dm +++ b/code/modules/mob/language/station_vr.dm @@ -120,6 +120,8 @@ flags = 0 /datum/language/zaddat flags = 0 +/datum/language/human + flags = 0 /datum/language/gutter flags = WHITELISTED machine_understands = FALSE From 8fd040a111eb0c1e2e48c2e38a2c2c3b8595ce78 Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Sun, 22 Mar 2020 05:38:53 +0100 Subject: [PATCH 2/3] Changelog --- html/changelogs/Sol-com-dewhitelist | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 html/changelogs/Sol-com-dewhitelist diff --git a/html/changelogs/Sol-com-dewhitelist b/html/changelogs/Sol-com-dewhitelist new file mode 100644 index 00000000000..6c837847047 --- /dev/null +++ b/html/changelogs/Sol-com-dewhitelist @@ -0,0 +1,37 @@ +################################ +# 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: runa-dacino + +# 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: + - bugfix: Made Sol Com no longer whitelisted for VOREstation + From b4424323775bdc11dfb0bf702f492e60c97b96e9 Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Sun, 22 Mar 2020 06:05:21 +0100 Subject: [PATCH 3/3] Removing changelog --- html/changelogs/Sol-com-dewhitelist | 37 ----------------------------- 1 file changed, 37 deletions(-) delete mode 100644 html/changelogs/Sol-com-dewhitelist diff --git a/html/changelogs/Sol-com-dewhitelist b/html/changelogs/Sol-com-dewhitelist deleted file mode 100644 index 6c837847047..00000000000 --- a/html/changelogs/Sol-com-dewhitelist +++ /dev/null @@ -1,37 +0,0 @@ -################################ -# 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: runa-dacino - -# 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: - - bugfix: Made Sol Com no longer whitelisted for VOREstation -