diff --git a/html/changelog.html b/html/changelog.html
index 7c232490916..b9e61e3f6a3 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -46,6 +46,17 @@
Updated and added some macros.
Added a consistent get_area macro.
Made some bitflags use the bitflag macro.
+ Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED and COMSIG_ATOM_EXITING.
+ Unified atom's Entered, Entering and Exited in a single proc.
+ Added remove_chemical_effect proc to remove chemical effect quantities (currently unused).
+ DMDocs, some SDMM proc markings.
+ Refactored optable beds.
+ Optable beds now use power to suppress the patient's brain.
+ The camera getting stuck on optable beds should now be fixed.
+ Refactored operating computer in how it connects and disconnects with the surgery table.
+ Adjusted integrated bodyscanner to account for tables using weakrefs on patients.
+ It should now be possible to reliably build operating tables and consoles and have them hook with each other.
+ Operating tables and operating computers should now delete cleanly.
RustingWithYou updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2539bc9b2b7..160aa86b340 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -33547,6 +33547,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- backend: Updated and added some macros.
- backend: Added a consistent get_area macro.
- backend: Made some bitflags use the bitflag macro.
+ - backend: Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED
+ and COMSIG_ATOM_EXITING.
+ - backend: Unified atom's Entered, Entering and Exited in a single proc.
+ - backend: Added remove_chemical_effect proc to remove chemical effect quantities
+ (currently unused).
+ - backend: DMDocs, some SDMM proc markings.
+ - refactor: Refactored optable beds.
+ - rscadd: Optable beds now use power to suppress the patient's brain.
+ - bugfix: The camera getting stuck on optable beds should now be fixed.
+ - refactor: Refactored operating computer in how it connects and disconnects with
+ the surgery table.
+ - backend: Adjusted integrated bodyscanner to account for tables using weakrefs
+ on patients.
+ - rscadd: It should now be possible to reliably build operating tables and consoles
+ and have them hook with each other.
+ - backend: Operating tables and operating computers should now delete cleanly.
RustingWithYou:
- bugfix: Fixes sector blacklist, as it was previously non-functional.
SimpleMaroon:
diff --git a/html/changelogs/fluffyghost-optablerefactor.yml b/html/changelogs/fluffyghost-optablerefactor.yml
deleted file mode 100644
index fd4725c56e9..00000000000
--- a/html/changelogs/fluffyghost-optablerefactor.yml
+++ /dev/null
@@ -1,51 +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
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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:
- - backend: "Implemented COMSIG_ATOM_ENTERED, COMSIG_ATOM_ENTERED, COMSIG_ATOM_EXITED and COMSIG_ATOM_EXITING."
- - backend: "Unified atom's Entered, Entering and Exited in a single proc."
- - backend: "Added remove_chemical_effect proc to remove chemical effect quantities (currently unused)."
- - backend: "DMDocs, some SDMM proc markings."
- - refactor: "Refactored optable beds."
- - rscadd: "Optable beds now use power to suppress the patient's brain."
- - bugfix: "The camera getting stuck on optable beds should now be fixed."
- - refactor: "Refactored operating computer in how it connects and disconnects with the surgery table."
- - backend: "Adjusted integrated bodyscanner to account for tables using weakrefs on patients."
- - rscadd: "It should now be possible to reliably build operating tables and consoles and have them hook with each other."
- - backend: "Operating tables and operating computers should now delete cleanly."