From cdaff13ec29c69a0e42a513effec161414c6b896 Mon Sep 17 00:00:00 2001 From: skull132 Date: Mon, 6 Aug 2018 22:01:30 +0300 Subject: [PATCH] Changelogs, 06AUG2018 --- html/changelog.html | 28 +++++++++++++------- html/changelogs/.all_changelog.yml | 8 ++++++ html/changelogs/burgerbb-fixes.yml | 41 ------------------------------ 3 files changed, 27 insertions(+), 50 deletions(-) delete mode 100644 html/changelogs/burgerbb-fixes.yml diff --git a/html/changelog.html b/html/changelog.html index 16c5621f1be..59cb79f9431 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -5,7 +5,7 @@ + + @@ -24,7 +24,7 @@
Space Station 13
- +

Wiki | Source code

Code licensed under AGPLv3. Content licensed under CC BY-SA 3.0.

@@ -48,14 +48,24 @@
+

06 August 2018

+

BurgerBB updated:

+
    +
  • Fixes condiments, including salt and pepper, not being able to be poured.
  • +
  • Fixes objects getting stuck in xenobiology disposals.
  • +
  • Fixes autoinhalers and autoinjectors refusing to change their icons after use.
  • +
  • Fixes Slime Batons not spawning without a power source.
  • +
  • Fixes miscalculation in heat reduction for fire extinguishers.
  • +
+

05 August 2018

Alberyk updated:

    @@ -5730,7 +5740,7 @@

    09 March 2013

    Cael Aislinn updated:

      -
    • Beekeeping is now possible. Construct an apiary of out wood and embed it into a hydroponics tray, then get a queen bee and bottle of BeezEez from cargo bay. +
    • Beekeeping is now possible. Construct an apiary of out wood and embed it into a hydroponics tray, then get a queen bee and bottle of BeezEez from cargo bay. Hives produce honey and honeycomb, but be wary if the bees start swarming.
    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index dc8ffab6fea..4b50efc905f 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -5892,3 +5892,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. 'Command Dock Monitoring'. ben10083: - rscadd: Added a Medical Hud to the Medical Module +2018-08-06: + BurgerBB: + - bugfix: Fixes condiments, including salt and pepper, not being able to be poured. + - bugfix: Fixes objects getting stuck in xenobiology disposals. + - bugfix: Fixes autoinhalers and autoinjectors refusing to change their icons after + use. + - bugfix: Fixes Slime Batons not spawning without a power source. + - bugfix: Fixes miscalculation in heat reduction for fire extinguishers. diff --git a/html/changelogs/burgerbb-fixes.yml b/html/changelogs/burgerbb-fixes.yml deleted file mode 100644 index e469e03e5aa..00000000000 --- a/html/changelogs/burgerbb-fixes.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 -################################# - -# Your name. -author: BurgerBB - -# 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: "Fixes condiments, including salt and pepper, not being able to be poured." - - bugfix: "Fixes objects getting stuck in xenobiology disposals." - - bugfix: "Fixes autoinhalers and autoinjectors refusing to change their icons after use." - - bugfix: "Fixes Slime Batons not spawning without a power source." - - bugfix: "Fixes miscalculation in heat reduction for fire extinguishers."