diff --git a/html/changelog.html b/html/changelog.html
index 866b1529f11..1b02a072220 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,10 @@
Amunak updated:
- All opacity changes (like when you toggle tinted windows) should now trigger camera visibility update (so that the AI can't spy through tinted windows until something else triggers the update).
+ - Camera in Consular Office and Representative's Office has been removed for their privacy. Instead the Diplomatic Reception has additional camera so that the AI can still see inside both rooms as long as the window tint is off. Even with the tint on with open doors the AI can see at least the chairs of the representatives.
+ - Added missing bolt buttons for toilettes: engineering, command, patient.
+ - Replaced regular bed in ICU with a roller bed.
+ - Added a bucket to medical custodial storage.
Geeves updated:
@@ -52,6 +56,11 @@
- Added and mapped in a Slime Extractor to the Xenobio level, which extract all the cores within a slime, it will deposit them into a slime core bag if one is next to it. It can be upgraded.
- Added the above's machine circuit to circuit imprinters.
+ JohnWildkins updated:
+
+ - Items can no longer be placed through closed windoors, nor can mobs be attacked past them.
+ - Windoors are now affected by power loss; non-secure (brig) windoors no longer check for access, but must be pushed open. Brig windoors lock shut and cannot be moved without power.
+
MattAtlas updated:
- Fixes some emotes such as pain dropping items not working.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 92386848e5f..ef0dde7ca9c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16348,6 +16348,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: All opacity changes (like when you toggle tinted windows) should now trigger
camera visibility update (so that the AI can't spy through tinted windows until
something else triggers the update).
+ - maptweak: Camera in Consular Office and Representative's Office has been removed
+ for their privacy. Instead the Diplomatic Reception has additional camera so
+ that the AI can still see inside both rooms as long as the window tint is off.
+ Even with the tint on with open doors the AI can see at least the chairs of
+ the representatives.
+ - maptweak: 'Added missing bolt buttons for toilettes: engineering, command, patient.'
+ - maptweak: Replaced regular bed in ICU with a roller bed.
+ - maptweak: Added a bucket to medical custodial storage.
Geeves:
- bugfix: Fixes a sprite issue where vaurca warrior's left feet were one pixel too
far to the left, causing their feet to appear outside their shoes.
@@ -16363,6 +16371,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
all the cores within a slime, it will deposit them into a slime core bag if
one is next to it. It can be upgraded.
- rscadd: Added the above's machine circuit to circuit imprinters.
+ JohnWildkins:
+ - bugfix: Items can no longer be placed through closed windoors, nor can mobs be
+ attacked past them.
+ - tweak: Windoors are now affected by power loss; non-secure (brig) windoors no
+ longer check for access, but must be pushed open. Brig windoors lock shut and
+ cannot be moved without power.
MattAtlas:
- bugfix: Fixes some emotes such as pain dropping items not working.
Snakebittenn:
diff --git a/html/changelogs/amunak-minor-mapping.yml b/html/changelogs/amunak-minor-mapping.yml
deleted file mode 100755
index ead08be75fa..00000000000
--- a/html/changelogs/amunak-minor-mapping.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Amunak
-delete-after: True
-changes:
- - maptweak: "Camera in Consular Office and Representative's Office has been removed for their privacy. Instead the Diplomatic Reception has additional camera so that the AI can still see inside both rooms as long as the window tint is off. Even with the tint on with open doors the AI can see at least the chairs of the representatives."
- - maptweak: "Added missing bolt buttons for toilettes: engineering, command, patient."
- - maptweak: "Replaced regular bed in ICU with a roller bed."
- - maptweak: "Added a bucket to medical custodial storage."
diff --git a/html/changelogs/johnwildkins-windoor.yml b/html/changelogs/johnwildkins-windoor.yml
deleted file mode 100644
index 02cce15e81c..00000000000
--- a/html/changelogs/johnwildkins-windoor.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Items can no longer be placed through closed windoors, nor can mobs be attacked past them."
- - tweak: "Windoors are now affected by power loss; non-secure (brig) windoors no longer check for access, but must be pushed open. Brig windoors lock shut and cannot be moved without power."