diff --git a/html/changelog.html b/html/changelog.html
index 07186ff2ec5..dc2091c5e30 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -69,6 +69,17 @@
Fixed some bugs regarding antag status removal. Verbs should no longer persist after having vampire or ling status removed, same with languages. HUD elements should also properly be removed now.
Added a tag for CCIA say, after a couple of years.
Added an Elyran Non-Citizen Person citizenship option.
+ Chat client now updates properly.
+ Synth altclick/shiftclick to interact with machines like APCs and doors works properly.
+ Vampire verbs now return to the user properly.
+ Fixed not being able to vote for crew transfer for real.
+ Photocopiers now allow you to remove items.
+ Fixed services like the med analyzer not working.
+ Ghost spawner filters now work properly. They didn't work at all before...
+ You can now print all account data from the account database.
+ Set default language verb now actually works.
+ Fixed warrant assistant UI not updating when going back.
+ Fixed Dionae not getting a switch to nymph verb when detaching one.
Niennab updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 953fc89c07e..ad95daf629b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29689,6 +29689,19 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
elements should also properly be removed now.
- rscadd: Added a tag for CCIA say, after a couple of years.
- rscadd: Added an Elyran Non-Citizen Person citizenship option.
+ - bugfix: Chat client now updates properly.
+ - bugfix: Synth altclick/shiftclick to interact with machines like APCs and doors
+ works properly.
+ - bugfix: Vampire verbs now return to the user properly.
+ - bugfix: Fixed not being able to vote for crew transfer for real.
+ - bugfix: Photocopiers now allow you to remove items.
+ - bugfix: Fixed services like the med analyzer not working.
+ - bugfix: Ghost spawner filters now work properly. They didn't work at all
+ before...
+ - bugfix: You can now print all account data from the account database.
+ - bugfix: Set default language verb now actually works.
+ - bugfix: Fixed warrant assistant UI not updating when going back.
+ - bugfix: Fixed Dionae not getting a switch to nymph verb when detaching one.
Niennab:
- rscadd: Added template flags and banners for those looking to add flags to the
codebase.
diff --git a/html/changelogs/mattatlas-tsukuyomi.yml b/html/changelogs/mattatlas-tsukuyomi.yml
deleted file mode 100644
index a8d15eb221f..00000000000
--- a/html/changelogs/mattatlas-tsukuyomi.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: MattAtlas
-
-# 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:
- - bugfix: "Chat client now updates properly."
- - bugfix: "Synth altclick/shiftclick to interact with machines like APCs and doors works properly."
- - bugfix: "Vampire verbs now return to the user properly."
- - bugfix: "Fixed not being able to vote for crew transfer for real."
- - bugfix: "Photocopiers now allow you to remove items."
- - bugfix: "Fixed services like the med analyzer not working."
- - bugfix: "Ghost spawner filters now work properly. They didn't work at all before..."
- - bugfix: "You can now print all account data from the account database."
- - bugfix: "Set default language verb now actually works."
- - bugfix: "Fixed warrant assistant UI not updating when going back."
- - bugfix: "Fixed Dionae not getting a switch to nymph verb when detaching one."