diff --git a/html/changelog.html b/html/changelog.html index 0bbfd0873f8..7f45d00aa48 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -39,6 +39,8 @@

SpaceBaa updated:

14 April 2020

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 62cdcef55af..8695b7ab1b6 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -12704,3 +12704,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. 2020-04-16: SpaceBaa: - bugfix: Fixed an issue where drones could not open windoors by walking into them. + - bugfix: Fixed a bug where Maintenance Drones could not pull pipe meters. + - bugfix: Fixed a bug where the sprite for Maintenance Drone screwdrivers was blank. diff --git a/html/changelogs/fix_drone_pipe_meter_pulling.yml b/html/changelogs/fix_drone_pipe_meter_pulling.yml deleted file mode 100644 index a9326cae17d..00000000000 --- a/html/changelogs/fix_drone_pipe_meter_pulling.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Your name. -author: SpaceBaa - -# 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: "Fixed a bug where Maintenance Drones could not pull pipe meters." \ No newline at end of file diff --git a/html/changelogs/fix_drone_screwdrivers.yml b/html/changelogs/fix_drone_screwdrivers.yml deleted file mode 100644 index c7674ffd8c7..00000000000 --- a/html/changelogs/fix_drone_screwdrivers.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Your name. -author: SpaceBaa - -# 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: "Fixed a bug where the sprite for Maintenance Drone screwdrivers was blank."