diff --git a/html/changelog.html b/html/changelog.html
index 83a9a9f38b0..c56195e01e8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,12 @@
23 October 2019
+
Geeves updated:
+
+ - Changes the entertainment and medical radio colours to be more distinct.
+ - Made dosay and devsay more readable. Stop ignoring me, admins, PLEASE, PLEEEEEEEEEEEAAA-
+ - Gnome still not found. Search parties are getting antsy.
+
JohnWildkins updated:
- All pages of the clipboard are now writable.
@@ -47,6 +53,17 @@
- Made new player panel gap consistent.
+ PoZe updated:
+
+ - Tesla no longer gains energy from just colliding with objects.
+ - Fixes sprite for singularity beacon not showing up.
+ - Tesla no longer spams admin longs when a new ball is created outside of containment.
+ - Telsa looses energy when dropping ball which should be slightly below how much is required for new ball.
+ - Tesla dissipation rate has been buffed, it now looses energy faster.
+ - Tesla dissipates every time it zaps something.
+ - Tesla now melts any object or mob(but not turfs) it touches or when it zaps it while sacrificing a miniball.
+ - Added special emergency singularity beacon that is to be used when Singulo/Telsa are on the Loose. When Tesla zaps the beacon, it will discharge all energy into it, dying and destroying beacon.
+
22 October 2019
Fire and Glory updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index ffdff22e030..a1427a1d09c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9498,6 +9498,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
of 0.5 second per item to empty and special bags like Captain, Wizard, Synie,
Engineering have 0.8 second delay per item.
2019-10-23:
+ Geeves:
+ - tweak: Changes the entertainment and medical radio colours to be more distinct.
+ - tweak: Made dosay and devsay more readable. Stop ignoring me, admins, PLEASE,
+ PLEEEEEEEEEEEAAA-
+ - wip: Gnome still not found. Search parties are getting antsy.
JohnWildkins:
- tweak: All pages of the clipboard are now writable.
- tweak: You can now write to a clipboard with an attached pen, without needing
@@ -9507,3 +9512,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: 'Clipboard icon now updates when the front page is written on. '
Karolis2011:
- bugfix: Made new player panel gap consistent.
+ PoZe:
+ - bugfix: Tesla no longer gains energy from just colliding with objects.
+ - bugfix: Fixes sprite for singularity beacon not showing up.
+ - bugfix: Tesla no longer spams admin longs when a new ball is created outside of
+ containment.
+ - bugfix: Telsa looses energy when dropping ball which should be slightly below
+ how much is required for new ball.
+ - tweak: Tesla dissipation rate has been buffed, it now looses energy faster.
+ - tweak: Tesla dissipates every time it zaps something.
+ - tweak: Tesla now melts any object or mob(but not turfs) it touches or when it
+ zaps it while sacrificing a miniball.
+ - rscadd: Added special emergency singularity beacon that is to be used when Singulo/Telsa
+ are on the Loose. When Tesla zaps the beacon, it will discharge all energy into
+ it, dying and destroying beacon.
diff --git a/html/changelogs/Sindorman-tesla.yml b/html/changelogs/Sindorman-tesla.yml
deleted file mode 100644
index c83fe75ea73..00000000000
--- a/html/changelogs/Sindorman-tesla.yml
+++ /dev/null
@@ -1,48 +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: PoZe
-
-# 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: "Tesla no longer gains energy from just colliding with objects."
- - bugfix: "Fixes sprite for singularity beacon not showing up."
- - bugfix: "Tesla no longer spams admin longs when a new ball is created outside of containment."
- - bugfix: "Telsa looses energy when dropping ball which should be slightly below how much is required for new ball."
- - tweak: "Tesla dissipation rate has been buffed, it now looses energy faster."
- - tweak: "Tesla dissipates every time it zaps something."
- - tweak: "Tesla now melts any object or mob(but not turfs) it touches or when it zaps it while sacrificing a miniball."
- - rscadd: "Added special emergency singularity beacon that is to be used when Singulo/Telsa are on the Loose. When Tesla zaps the beacon, it will discharge all energy into it, dying and destroying beacon."
diff --git a/html/changelogs/geeves-tweakChatColours.yml b/html/changelogs/geeves-tweakChatColours.yml
deleted file mode 100644
index 7c4cd86d440..00000000000
--- a/html/changelogs/geeves-tweakChatColours.yml
+++ /dev/null
@@ -1,43 +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: Geeves
-
-# 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:
- - tweak: "Changes the entertainment and medical radio colours to be more distinct."
- - tweak: "Made dosay and devsay more readable. Stop ignoring me, admins, PLEASE, PLEEEEEEEEEEEAAA-"
- - wip: "Gnome still not found. Search parties are getting antsy."