diff --git a/html/changelog.html b/html/changelog.html
index d0f89788c7b..4e513c0ad4f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -3,7 +3,7 @@
|
Space Station 13
-
+
Code licensed under AGPLv3. Content licensed under CC BY-SA 3.0.
|
@@ -27,14 +27,24 @@
+
26 December 2023
+
MattAtlas updated:
+
+ - Refactored the way globals are done, porting the globals controller from TG.
+
+
RustingWithYou updated:
+
+ - Adds the ability to recharge energy weapons from power backpacks and hardsuit modules.
+
+
25 December 2023
FluffyGhost updated:
@@ -38012,7 +38022,7 @@
09 March 2013
Cael Aislinn updated:
- - Beekeeping is now possible. Construct an apiary of out wood and embed it into a hydroponics tray, then get a queen bee and bottle of BeezEez from cargo bay.
+
- Beekeeping is now possible. Construct an apiary of out wood and embed it into a hydroponics tray, then get a queen bee and bottle of BeezEez from cargo bay.
Hives produce honey and honeycomb, but be wary if the bees start swarming.
@@ -38189,4 +38199,4 @@

Except where otherwise noted, Goon Station 13 is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License.
Rights are currently extended to SomethingAwful Goons only.
Some icons by Yusuke Kamiyamane. All rights reserved. Licensed under a Creative Commons Attribution 3.0 License.
-
+
\ No newline at end of file
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1d59ff516fc..b1f290fc829 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -31321,8 +31321,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
airlock of the shuttle.
- maptweak: Third deck generic docks fixed to new standard.
FluffyGhost:
- - bugfix: Fixes the observable GLOB.moved_event that was not unregistering some child
- atoms.
+ - bugfix: Fixes the observable GLOB.moved_event that was not unregistering some
+ child atoms.
Geeves:
- tweak: Tweaked movement code's interaction with grabs. You can no longer
walk out of grabs.
@@ -32949,3 +32949,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added shutters to the CCIA room, and replaced the paper cups with proper
drinking glasses.
- rscadd: Added miscellaneous additional lights and light switches.
+2023-12-26:
+ MattAtlas:
+ - experiment: Refactored the way globals are done, porting the globals controller
+ from TG.
+ RustingWithYou:
+ - rscadd: Adds the ability to recharge energy weapons from power backpacks and hardsuit
+ modules.
diff --git a/html/changelogs/RustingWithYou - charge.yml b/html/changelogs/RustingWithYou - charge.yml
deleted file mode 100644
index c6e518a3cab..00000000000
--- a/html/changelogs/RustingWithYou - charge.yml
+++ /dev/null
@@ -1,41 +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: RustingWithYou
-
-# 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: "Adds the ability to recharge energy weapons from power backpacks and hardsuit modules."
diff --git a/html/changelogs/mattatlas-thegreatwork.yml b/html/changelogs/mattatlas-thegreatwork.yml
deleted file mode 100644
index 02ae993aad6..00000000000
--- a/html/changelogs/mattatlas-thegreatwork.yml
+++ /dev/null
@@ -1,41 +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:
- - experiment: "Refactored the way globals are done, porting the globals controller from TG."