diff --git a/html/changelogs/Ben10083 - Messa Spellfix.yml b/html/changelogs/Ben10083 - Messa Spellfix.yml
deleted file mode 100644
index 5785b801e7e..00000000000
--- a/html/changelogs/Ben10083 - Messa Spellfix.yml
+++ /dev/null
@@ -1,58 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: Ben10083
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - spellcheck: "Messa banner now has correct description."
diff --git a/html/changelogs/GeneralCamo - Status Display.yml b/html/changelogs/GeneralCamo - Status Display.yml
deleted file mode 100644
index 92c67299aab..00000000000
--- a/html/changelogs/GeneralCamo - Status Display.yml
+++ /dev/null
@@ -1,60 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: GeneralCamo
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Status Displays now smoothly scroll if their message is too long."
- - rscadd: "Added the ability to add a header to a status display, if the text is surrounded by `-`"
- - qol: "Ported new status display icons from /tg/station."
diff --git a/html/changelogs/alien-sleep-fixes.yml b/html/changelogs/alien-sleep-fixes.yml
deleted file mode 100644
index ec113f788aa..00000000000
--- a/html/changelogs/alien-sleep-fixes.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Sparky_hotdog
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed aliens which sleep upright not laying down during surgery."
- - bugfix: "Fixed all species being able to sleep indefinitely."
diff --git a/html/changelogs/archive/2024-06.yml b/html/changelogs/archive/2024-06.yml
index 122006d478c..a4fea04cd4f 100644
--- a/html/changelogs/archive/2024-06.yml
+++ b/html/changelogs/archive/2024-06.yml
@@ -4,6 +4,7 @@
- rscadd: Very minor mapping fixes for People's Space Station.
- code_imp: Code Comment improvements for Sector variables.
- spellcheck: PRA Exploration Drone Typo Fixed.
+ - spellcheck: Messa banner now has correct description.
CourierBravo:
- qol: Expanded the description of four away sites with only a single line or two
of flavor.
@@ -39,14 +40,50 @@
- bugfix: Fixed the champagne bottle being able to be popped multiple times.
- bugfix: Fixed destination tagger not working if the destination area has an apostrophe
in the name.
+ - code_imp: Cleaned up the examination code a bit, added signal for atom examination,
+ DMDoc'd, SDMM headers.
+ - refactor: Refactored mech missing parts code to be included in the examination.
+ - refactor: Moved atom examine code to a separate file.
+ - refactor: Minor refactor of the APC file, turned biteshifts into the BITFLAG macro,
+ reordering.
+ - rscadd: Added APCs maplints.
+ - refactor: Fixed maps to pass the maplints.
+ - code_imp: APCs now draw time-constant power.
+ - code_imp: Removed power objects handling code, only the powersink existed that
+ used it.
+ - refactor: Refactored powersink to use the processing subsystem, made it time-constant,
+ DMDoc'd.
+ - balance: Made powersinks drain power from an APC faster.
+ - refactor: Refactored item equipement observable away, turned them into signals.
+ - code_imp: Partially ported on_equipped / equipped procs from TG, updated logic,
+ added signals for them.
+ - rscadd: Made hardsuits maintenance panel pryable open, large chance it will shock
+ you if you don't have insulating gloves, takes a while to do.
+ - refactor: Minor refactoring of the attackby code for the hardsuits, DMDoc'd and
+ minor refactor of the electrocute_mob proc.
+ - refactor: Refactored the machinery operable procs into a single one, DMDoc'd,
+ SDMM marked, made more readable.
+ - bugfix: Fixed suspension field generator not being able to be used as it was not
+ checking the power cell for operability.
+ - bugfix: Fixed background inventory screens not being clickable.
+ - rscadd: Clicking on a storage item that is already open now closes it.
+ - refactor: Refactored the mecha fabricator to use a queue system instead of processing.
+ - refactor: Typed a GLOB list for robolimbs.
+ - bugfix: Build time is now correct.
+ - bugfix: Fixed bedsheet bin taking the gripper away from a borg.
Geeves:
- bugfix: Fixed aim intent triggering clicking messages if someone moves (despite
being allowed to move) when you're not on harm intent.
- bugfix: Progress bars now render on the HUD layer, meaning it won't be affected
by darkness.
- bugfix: Fixed footprints having a white footprint attached to it.
+ - rscadd: You can now jump over landmines and other floor traps.
GeneralCamo:
- bugfix: Midnight HUD auto gun buttons now match the appropriate style.
+ - rscadd: Status Displays now smoothly scroll if their message is too long.
+ - rscadd: Added the ability to add a header to a status display, if the text is
+ surrounded by `-`
+ - qol: Ported new status display icons from /tg/station.
Hollyhock:
- qol: Adds medkit to Adhomian hunter cabin and Adhomian village, and mop to the
Adhomian village .
@@ -94,5 +131,12 @@
- imageadd: Added a new Vaurca Warrior sprite.
- bugfix: Fixes accessories not showing accents correctly after their attached items
were unequipped.
+ - bugfix: Fixed aliens which sleep upright not laying down during surgery.
+ - bugfix: Fixed all species being able to sleep indefinitely.
+ - bugfix: Fixes attempting surgery with every item while someone is on a bed getting
+ in the way of normal item uses. Surgery will now only stop you using surgical
+ tools at the wrong time.
+ - rscadd: Lowered the minimum timer time to 3 seconds, from 10, allowing shorter
+ grenade fuses.
TheDanseMacabre:
- bugfix: Fixes the icon for undercut 3.
diff --git a/html/changelogs/cuffs-arent-surgery.yml b/html/changelogs/cuffs-arent-surgery.yml
deleted file mode 100644
index c9b3e8e58f0..00000000000
--- a/html/changelogs/cuffs-arent-surgery.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Sparky_hotdog
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes attempting surgery with every item while someone is on a bed getting in the way of normal item uses. Surgery will now only stop you using surgical tools at the wrong time."
diff --git a/html/changelogs/fluffyghost-apcimprovements.yml b/html/changelogs/fluffyghost-apcimprovements.yml
deleted file mode 100644
index 323cc8719a7..00000000000
--- a/html/changelogs/fluffyghost-apcimprovements.yml
+++ /dev/null
@@ -1,64 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - refactor: "Minor refactor of the APC file, turned biteshifts into the BITFLAG macro, reordering."
- - rscadd: "Added APCs maplints."
- - refactor: "Fixed maps to pass the maplints."
- - code_imp: "APCs now draw time-constant power."
- - code_imp: "Removed power objects handling code, only the powersink existed that used it."
- - refactor: "Refactored powersink to use the processing subsystem, made it time-constant, DMDoc'd."
- - balance: "Made powersinks drain power from an APC faster."
diff --git a/html/changelogs/fluffyghost-examinationcleanup.yml b/html/changelogs/fluffyghost-examinationcleanup.yml
deleted file mode 100644
index 2614cc57248..00000000000
--- a/html/changelogs/fluffyghost-examinationcleanup.yml
+++ /dev/null
@@ -1,60 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - code_imp: "Cleaned up the examination code a bit, added signal for atom examination, DMDoc'd, SDMM headers."
- - refactor: "Refactored mech missing parts code to be included in the examination."
- - refactor: "Moved atom examine code to a separate file."
diff --git a/html/changelogs/fluffyghost-fixbackgroundinventoryscreens.yml b/html/changelogs/fluffyghost-fixbackgroundinventoryscreens.yml
deleted file mode 100644
index 977465aa3dc..00000000000
--- a/html/changelogs/fluffyghost-fixbackgroundinventoryscreens.yml
+++ /dev/null
@@ -1,59 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Fixed background inventory screens not being clickable."
- - rscadd: "Clicking on a storage item that is already open now closes it."
diff --git a/html/changelogs/fluffyghost-fixbedsheetgripper.yml b/html/changelogs/fluffyghost-fixbedsheetgripper.yml
deleted file mode 100644
index bf0669938b6..00000000000
--- a/html/changelogs/fluffyghost-fixbedsheetgripper.yml
+++ /dev/null
@@ -1,58 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Fixed bedsheet bin taking the gripper away from a borg."
diff --git a/html/changelogs/fluffyghost-hardsuitpryable.yml b/html/changelogs/fluffyghost-hardsuitpryable.yml
deleted file mode 100644
index d6cf69035dc..00000000000
--- a/html/changelogs/fluffyghost-hardsuitpryable.yml
+++ /dev/null
@@ -1,59 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Made hardsuits maintenance panel pryable open, large chance it will shock you if you don't have insulating gloves, takes a while to do."
- - refactor: "Minor refactoring of the attackby code for the hardsuits, DMDoc'd and minor refactor of the electrocute_mob proc."
diff --git a/html/changelogs/fluffyghost-itemequipmentobservableaway.yml b/html/changelogs/fluffyghost-itemequipmentobservableaway.yml
deleted file mode 100644
index 07c4c8c1a82..00000000000
--- a/html/changelogs/fluffyghost-itemequipmentobservableaway.yml
+++ /dev/null
@@ -1,59 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - refactor: "Refactored item equipement observable away, turned them into signals."
- - code_imp: "Partially ported on_equipped / equipped procs from TG, updated logic, added signals for them."
diff --git a/html/changelogs/fluffyghost-machineryoperable.yml b/html/changelogs/fluffyghost-machineryoperable.yml
deleted file mode 100644
index 7475968c7a2..00000000000
--- a/html/changelogs/fluffyghost-machineryoperable.yml
+++ /dev/null
@@ -1,59 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - refactor: "Refactored the machinery operable procs into a single one, DMDoc'd, SDMM marked, made more readable."
- - bugfix: "Fixed suspension field generator not being able to be used as it was not checking the power cell for operability."
diff --git a/html/changelogs/fluffyghost-mechafabrefactor.yml b/html/changelogs/fluffyghost-mechafabrefactor.yml
deleted file mode 100644
index 41831842e13..00000000000
--- a/html/changelogs/fluffyghost-mechafabrefactor.yml
+++ /dev/null
@@ -1,60 +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
-# - (fixes bugs)
-# wip
-# - (work in progress)
-# qol
-# - (quality of life)
-# soundadd
-# - (adds a sound)
-# sounddel
-# - (removes a sound)
-# rscadd
-# - (adds a feature)
-# rscdel
-# - (removes a feature)
-# imageadd
-# - (adds an image or sprite)
-# imagedel
-# - (removes an image or sprite)
-# spellcheck
-# - (fixes spelling or grammar)
-# experiment
-# - (experimental change)
-# balance
-# - (balance changes)
-# code_imp
-# - (misc internal code change)
-# refactor
-# - (refactors code)
-# config
-# - (makes a change to the config files)
-# admin
-# - (makes changes to administrator tools)
-# server
-# - (miscellaneous changes to server)
-#################################
-
-# Your name.
-author: FluffyGhost
-
-# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit.
-# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
-changes:
- - refactor: "Refactored the mecha fabricator to use a queue system instead of processing."
- - refactor: "Typed a GLOB list for robolimbs."
- - bugfix: "Build time is now correct."
diff --git a/html/changelogs/geeves-jumping_over_mines.yml b/html/changelogs/geeves-jumping_over_mines.yml
deleted file mode 100644
index 2342c1f55fc..00000000000
--- a/html/changelogs/geeves-jumping_over_mines.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "You can now jump over landmines and other floor traps."
\ No newline at end of file
diff --git a/html/changelogs/three-seconds.yml b/html/changelogs/three-seconds.yml
deleted file mode 100644
index a6b02aa7fd3..00000000000
--- a/html/changelogs/three-seconds.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Sparky_hotdog
-
-delete-after: True
-
-changes:
- - rscadd: "Lowered the minimum timer time to 3 seconds, from 10, allowing shorter grenade fuses."