diff --git a/html/changelog.html b/html/changelog.html index 16cbac3be24..f0dae3aa9ba 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,8 @@
  • The slime extract EMP now has a five second timer, instead of being instant.
  • The oil extract flame now affects a slightly larger area, one tile to a one tile radius.
  • The frost extract now properly chills every in a seven tile radius.
  • +
  • Cryopod computers now globally track stored crewmembers.
  • +
  • Cryopods now properly store specific items upon its wearer cryoing.
  • 04 April 2020

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index bdebfefe21e..8c25c1d7c41 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -12581,3 +12581,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - tweak: The oil extract flame now affects a slightly larger area, one tile to a one tile radius. - bugfix: The frost extract now properly chills every in a seven tile radius. + - bugfix: Cryopod computers now globally track stored crewmembers. + - bugfix: Cryopods now properly store specific items upon its wearer cryoing. diff --git a/html/changelogs/geeves-cryogenics_fixes.yml b/html/changelogs/geeves-cryogenics_fixes.yml deleted file mode 100644 index 5a475227e0b..00000000000 --- a/html/changelogs/geeves-cryogenics_fixes.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: Geeves - -delete-after: True - -changes: - - bugfix: "Cryopod computers now globally track stored crewmembers." - - bugfix: "Cryopods now properly store specific items upon its wearer cryoing." \ No newline at end of file