From 3b8a718651d249f18876dd6ea5a6f2b30779e085 Mon Sep 17 00:00:00 2001 From: AuroraBuildBot Date: Fri, 21 Aug 2020 18:27:51 +0000 Subject: [PATCH] "[ci skip] Automatic Build - 2020.08.21.18.27.51" --- html/changelog.html | 2 + html/changelogs/.all_changelog.yml | 2 + html/changelogs/destroyed_canister_lights.yml | 41 ------------------- html/changelogs/pass_dislodged_girders.yml | 13 ------ 4 files changed, 4 insertions(+), 54 deletions(-) delete mode 100644 html/changelogs/destroyed_canister_lights.yml delete mode 100644 html/changelogs/pass_dislodged_girders.yml diff --git a/html/changelog.html b/html/changelog.html index 671cc8c6ac9..0642e5dcd4f 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -69,6 +69,8 @@

20 August 2020

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index b24f6387d45..d7552a81463 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -15000,3 +15000,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - bugfix: Research can now access and download the Chemistry Codex that is installed on the Research wrist computers. - bugfix: Air alarms sensor settings works properly again. + - bugfix: Destroyed canisters no longer emit light. + - bugfix: Can now pass dislodged girders properly when they are opened. diff --git a/html/changelogs/destroyed_canister_lights.yml b/html/changelogs/destroyed_canister_lights.yml deleted file mode 100644 index 1a7ce5d0a4f..00000000000 --- a/html/changelogs/destroyed_canister_lights.yml +++ /dev/null @@ -1,41 +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 -# balance -# admin -# backend -# security -# refactor -################################# - -# Your name. -author: mikomyazaki - -# 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: "Destroyed canisters no longer emit light." \ No newline at end of file diff --git a/html/changelogs/pass_dislodged_girders.yml b/html/changelogs/pass_dislodged_girders.yml deleted file mode 100644 index fdbfff25b56..00000000000 --- a/html/changelogs/pass_dislodged_girders.yml +++ /dev/null @@ -1,13 +0,0 @@ - -author: mikomyazaki - -# 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: "Can now pass dislodged girders properly when they are opened." \ No newline at end of file