diff --git a/html/changelog.html b/html/changelog.html
index 1f388cc9635..3c232715c3d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,25 @@
-->
+
17 January 2022
+
Geeves updated:
+
+ - Fixed a bug where faction overrides caused certain occupations to runtime when creating their outfits.
+
+
Omicega updated:
+
+ - Added the new language Elyran Standard, selectable by humans and IPCs. Its language key is ,4.
+ - Moves the Sign Language language key to ,s from ,4.
+
+
TheGreyWolf updated:
+
+ - Fingerprint & fiber reports now show all source locations, even when combined and doors will have the door's name attached.
+ - Added the ability to rename fingerprint cards & fiber bags.
+ - Changed the layout of the various forensic machine reports.
+ - Each report from the forensic machines are now numbered per evidence type (fiber, fingerprint, GSR, DNA) rather than combined amount of reports.
+ - Gunshot residue now shows all residue on something rather than only the most recent.
+
+
16 January 2022
Omicega updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 685f522f01e..8124177889c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22397,3 +22397,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
downwards.
- tweak: Dominian citizenship selection blurb now uses far more recent lore, rather
than a several year old outdated one.
+2022-01-17:
+ Geeves:
+ - bugfix: Fixed a bug where faction overrides caused certain occupations to runtime
+ when creating their outfits.
+ Omicega:
+ - rscadd: Added the new language Elyran Standard, selectable by humans and IPCs.
+ Its language key is ,4.
+ - tweak: Moves the Sign Language language key to ,s from ,4.
+ TheGreyWolf:
+ - rscadd: Fingerprint & fiber reports now show all source locations, even when
+ combined and doors will have the door's name attached.
+ - rscadd: Added the ability to rename fingerprint cards & fiber bags.
+ - tweak: Changed the layout of the various forensic machine reports.
+ - tweak: Each report from the forensic machines are now numbered per evidence type
+ (fiber, fingerprint, GSR, DNA) rather than combined amount of reports.
+ - bugfix: Gunshot residue now shows all residue on something rather than only the
+ most recent.
diff --git a/html/changelogs/ForensicReports.yml b/html/changelogs/ForensicReports.yml
deleted file mode 100644
index c524c832e29..00000000000
--- a/html/changelogs/ForensicReports.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - rscadd: "Fingerprint & fiber reports now show all source locations, even when combined and doors will have the door's name attached."
- - rscadd: "Added the ability to rename fingerprint cards & fiber bags."
- - tweak: "Changed the layout of the various forensic machine reports."
- - tweak: "Each report from the forensic machines are now numbered per evidence type (fiber, fingerprint, GSR, DNA) rather than combined amount of reports."
- - bugfix: "Gunshot residue now shows all residue on something rather than only the most recent."
diff --git a/html/changelogs/geeves-job_runtime_fix.yml b/html/changelogs/geeves-job_runtime_fix.yml
deleted file mode 100644
index b0b9dc046b6..00000000000
--- a/html/changelogs/geeves-job_runtime_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed a bug where faction overrides caused certain occupations to runtime when creating their outfits."
\ No newline at end of file
diff --git a/html/changelogs/omicega-fgokdsfgodsfgodsfgods.yml b/html/changelogs/omicega-fgokdsfgodsfgodsfgods.yml
deleted file mode 100644
index b76c32b7d11..00000000000
--- a/html/changelogs/omicega-fgokdsfgodsfgodsfgods.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-# 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:
- - rscadd: "Added the new language Elyran Standard, selectable by humans and IPCs. Its language key is ,4."
- - tweak: "Moves the Sign Language language key to ,s from ,4."
\ No newline at end of file