diff --git a/html/changelog.html b/html/changelog.html index da372c9dfdf..054cee07cbc 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -63,11 +63,21 @@
  • using raw telecrystal on an active uplink or yourself will use the entire stack at once
  • can purchase 5 and 20 unit TC bundles from the uplink
  • Removes radio icons when speaking over radio
  • +
  • Fixes cargo recycler never recycling items on its own
  • +
  • Fixes mech fabricator using an all white UI
  • +
  • Can upload alien alloy design to the ORM
  • Tayyyyyyy updated:

    +

    uraniummeltdown updated:

    +

    25 April 2018

    Fox McCloud updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index e7717e6af5f..bd6ac9e988b 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -6339,5 +6339,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. stack at once - rscadd: can purchase 5 and 20 unit TC bundles from the uplink - rscdel: Removes radio icons when speaking over radio + - bugfix: Fixes cargo recycler never recycling items on its own + - bugfix: Fixes mech fabricator using an all white UI + - tweak: Can upload alien alloy design to the ORM Tayyyyyyy: - tweak: You only need to click once to clean a floor + uraniummeltdown: + - rscadd: Slimes can be injected with plasma reagent and epinephrine to control + mutation chance. Plasma increases mutation chance 5% per 5u to a max of 50%, + epinephrine decreases by 5% per 5u to a minimum of 0% + - rscadd: Slimes can change their face using new emotes + - rscadd: Slimes can steal nutrition from other slimes when attacking them + - rscadd: Slime docility potion no longer makes a simple animal slime, instead makes + the target docile and never hungry diff --git a/html/changelogs/AutoChangeLog-pr-8817.yml b/html/changelogs/AutoChangeLog-pr-8817.yml deleted file mode 100644 index 42133ff8587..00000000000 --- a/html/changelogs/AutoChangeLog-pr-8817.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: "uraniummeltdown" -delete-after: True -changes: - - rscadd: "Slimes can be injected with plasma reagent and epinephrine to control mutation chance. Plasma increases mutation chance 5% per 5u to a max of 50%, epinephrine decreases by 5% per 5u to a minimum of 0%" - - rscadd: "Slimes can change their face using new emotes" - - rscadd: "Slimes can steal nutrition from other slimes when attacking them" - - rscadd: "Slime docility potion no longer makes a simple animal slime, instead makes the target docile and never hungry" diff --git a/html/changelogs/AutoChangeLog-pr-8924.yml b/html/changelogs/AutoChangeLog-pr-8924.yml deleted file mode 100644 index 6381743a4a9..00000000000 --- a/html/changelogs/AutoChangeLog-pr-8924.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Fox McCloud" -delete-after: True -changes: - - bugfix: "Fixes mech fabricator using an all white UI" - - tweak: "Can upload alien alloy design to the ORM" diff --git a/html/changelogs/AutoChangeLog-pr-8930.yml b/html/changelogs/AutoChangeLog-pr-8930.yml deleted file mode 100644 index ee9727169de..00000000000 --- a/html/changelogs/AutoChangeLog-pr-8930.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Fox McCloud" -delete-after: True -changes: - - bugfix: "Fixes cargo recycler never recycling items on its own"