diff --git a/html/changelog.html b/html/changelog.html index 0642e5dcd4f..35d1d93f455 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -71,6 +71,7 @@
  • Air alarms sensor settings works properly again.
  • Destroyed canisters no longer emit light.
  • Can now pass dislodged girders properly when they are opened.
  • +
  • You can now sample blood inside containers (like bottles, beakers) using a swab.
  • 20 August 2020

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index d7552a81463..788b34d79d2 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -15002,3 +15002,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - 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. + - rscadd: You can now sample blood inside containers (like bottles, beakers) using + a swab. diff --git a/html/changelogs/sample_blood_in_containers.yml b/html/changelogs/sample_blood_in_containers.yml deleted file mode 100644 index 0af70b2cdb8..00000000000 --- a/html/changelogs/sample_blood_in_containers.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: mikomyazaki -delete-after: True -changes: - - rscadd: "You can now sample blood inside containers (like bottles, beakers) using a swab." \ No newline at end of file