diff --git a/html/changelog.html b/html/changelog.html
index c0cc1f89b74..76912e9a0c5 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,10 @@
14 August 2022
+
Alberyk updated:
+
+ - Vines no longer spawn on exoplanets.
+
Karakamenk updated:
- Added lanterns to the mining locker.
@@ -48,6 +52,8 @@
Omicega updated:
- Fixes an atmospherics mapping error affecting all of deck two's service wing.
+ - Adds a vent and scrubber to a section of the central hallway which keeps sectioning itself off with shutters.
+ - Removes a full four toolboxes from the first responders' quarters and adds one for shared usage.
RyverStyx, listerla updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 08ae424e3fc..c46933e007c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -25578,6 +25578,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
SleepyGemmy:
- bugfix: Fixes faulty access on some doors.
2022-08-14:
+ Alberyk:
+ - bugfix: Vines no longer spawn on exoplanets.
Karakamenk:
- tweak: Added lanterns to the mining locker.
KingOfThePing:
@@ -25587,6 +25589,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Omicega:
- bugfix: Fixes an atmospherics mapping error affecting all of deck two's service
wing.
+ - maptweak: Adds a vent and scrubber to a section of the central hallway which keeps
+ sectioning itself off with shutters.
+ - maptweak: Removes a full four toolboxes from the first responders' quarters
+ and adds one for shared usage.
RyverStyx, listerla:
- rscadd: Added a number of Skrell foods, produced with neaera organs.
- rscadd: Added fjylozyn, a mildly toxic Skrell plant.
diff --git a/html/changelogs/alberyk-nomorevines.yml b/html/changelogs/alberyk-nomorevines.yml
deleted file mode 100644
index 89900961252..00000000000
--- a/html/changelogs/alberyk-nomorevines.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - bugfix: "Vines no longer spawn on exoplanets."
diff --git a/html/changelogs/omicega-testsfdsfdsfgdsgfd.yml b/html/changelogs/omicega-testsfdsfdsfgdsgfd.yml
deleted file mode 100644
index 6fe7aa40043..00000000000
--- a/html/changelogs/omicega-testsfdsfdsfgdsgfd.yml
+++ /dev/null
@@ -1,42 +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: Omicega
-
-# 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:
- - maptweak: "Adds a vent and scrubber to a section of the central hallway which keeps sectioning itself off with shutters."
- - maptweak: "Removes a full four toolboxes from the first responders' quarters and adds one for shared usage."