diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm
index e3d4ad4cc5..cda6411b1c 100644
--- a/code/modules/clothing/head/jobs.dm
+++ b/code/modules/clothing/head/jobs.dm
@@ -67,8 +67,8 @@
item_state_slots = list(slot_r_hand_str = "beret_navy", slot_l_hand_str = "beret_navy")
/obj/item/clothing/head/beret/sec/navy/hos
- name = "officer beret"
- desc = "A navy blue beret with a head of security's rank emblem. For officers that are more inclined towards style than safety."
+ name = "Head of Security beret"
+ desc = "A navy blue beret with a Head of Security's rank emblem. For officers that are more inclined towards style than safety."
icon_state = "beret_navy_hos"
item_state_slots = list(slot_r_hand_str = "beret_navy", slot_l_hand_str = "beret_navy")
@@ -85,8 +85,8 @@
item_state_slots = list(slot_r_hand_str = "beret_black", slot_l_hand_str = "beret_black")
/obj/item/clothing/head/beret/sec/corporate/hos
- name = "officer beret"
- desc = "A corporate black beret with a head of security's rank emblem. For officers that are more inclined towards style than safety."
+ name = "Head of Security beret"
+ desc = "A corporate black beret with a Head of Security's rank emblem. For officers that are more inclined towards style than safety."
icon_state = "beret_corporate_hos"
item_state_slots = list(slot_r_hand_str = "beret_black", slot_l_hand_str = "beret_black")
@@ -188,4 +188,4 @@
/obj/item/clothing/head/surgery/navyblue
desc = "A cap surgeons wear during operations. Keeps their hair from tickling your internal organs. This one is navy blue."
icon_state = "surgcap_navyblue"
- item_state_slots = list(slot_r_hand_str = "beret_navy", slot_l_hand_str = "beret_navy")
\ No newline at end of file
+ item_state_slots = list(slot_r_hand_str = "beret_navy", slot_l_hand_str = "beret_navy")
diff --git a/html/changelog.html b/html/changelog.html
index 2debd89613..cb2923c0f1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,83 @@
-->
+
24 September 2017
+
Belsima updated:
+
+ - Replaced air tank sprites.
+ - Added new xeno weed, egg, and resin sprites.
+ - Added two new bar sign sprites.
+ - Replaced blast door sprites.
+ - Microwave is no longer a proper noun.
+ - Added croissants to the available recipes.
+ - Added new status displays for the AI.
+ - Made spelling of corporations and planets more consistent.
+ - Added more planets to character setup.
+ - Added a bunch of new hairstyles.
+ - Added a new holographic hud.
+ - Added a grinder and enzyme to the abandoned bar, for illicit operations.
+ - Replaced solar panel sprites.
+ - Replaced shield generator sprites with ones from the Eris.
+ - Added Qerr-quem and Talum-quem, a pair of Skrellian drugs.
+ - Added a variety of sounds for opening cans, explosions, sparks, falling down, mechs, and bullet casings.
+ - Added a new death sound for mice.
+ - Vox have been entirely resprited.
+ - Added wood buckets, craftable with hydropnoics.
+ - Added sounds for chopping wood.
+ - Fixed a bug that would make default Zippo lighters invisible.
+
+
Chaoko99 updated:
+
+ - Nitrous Oxide is now an oxidizer.
+ - Removed all instances of Volatile Fuel ever being simulated. To devs: It still exists. Please, for the love of god, only use it with assume_gas.
+
+
Cyantime updated:
+
+ - Tabling now requires a completed aggressive grab.
+
+
Nalarac updated:
+
+ - Removes the module restraint for the cyborg jetpack upgrade
+ - Added the hand drill and jaws of life to the protolathe
+ - Syndicate toolbox now comes with power tools
+
+
Neerti updated:
+
+ - Adds the Lost Drone, which can be found on the Surface of the future map.
+ - You can now modify an unslaved borg's laws by hitting it with a law module, after a significant delay.
+ - Adds several new lawsets. Currently there are no lawboards for these.
+ - Adds new 'shocker' baton, for the Lost Drone.
+ - Combat borg shields are now easier to use, only requiring that they sit on one of your hands and not your active hand. The shield is also more energy efficent.
+
+
PrismaticGynoid updated:
+
+ - You now keep your languages when removed from/transplanted into a body.
+ - AIs and borgs load languages from preferences when spawning.
+ - Fixed sign language being usable while lacking both hands.
+ - Brains are no longer able to hear binary (robot talk).
+ - Adds the ability for research to print drone brains.
+ - Makes all MMIs, posibrains, and drone brains radio-enabled. Anyone holding the brain can also disable the radio for antag purposes.
+
+
SpadesNeil updated:
+
+ - Windows can no longer be damaged by very weak attacks.
+
+
Woodrat updated:
+
+ - Ported floor types and floor sprites (Techfloors) from Vorestation (who ported them from Eris). Brought our floortypes in line with how Vorestation has theirs set up.
+ - Missing Techfloor floor tile sprites added.
+ - Floor sprites from Vorestation not yet ported. To be done once we go to the new map.
+ - Added catwalks and railings to SC station. Fixed first Z-level.
+ - Added the ability to make catwalks and railings as ported from vore.
+ - Cable heavy duty file tweaks to remove red overlay color from them.
+ - Added in a color icon for centcomm beach areas.
+ - Fixed issues with SC centcomm z that prevented it from loading.
+ - Rework of xenobio/xenoflora outpost on SC planetside main map.
+ - Added Wilderness z-level for SC, teleportation transition to it may be bugged.
+ - Cable ender file added. Allows power transfer between z-levels.
+ - Southern cross files for areas and defines in relation to z-level work.
+
+
26 August 2017
Belsima updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f482b5e94d..057085e72e 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3636,3 +3636,73 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added a tiedye shirt.
MagmaRam:
- bugfix: Tesla relays no longer draw power when their attached power cell is full.
+2017-09-24:
+ Belsima:
+ - imageadd: Replaced air tank sprites.
+ - imageadd: Added new xeno weed, egg, and resin sprites.
+ - imageadd: Added two new bar sign sprites.
+ - imageadd: Replaced blast door sprites.
+ - spellcheck: Microwave is no longer a proper noun.
+ - rscadd: Added croissants to the available recipes.
+ - imageadd: Added new status displays for the AI.
+ - spellcheck: Made spelling of corporations and planets more consistent.
+ - rscadd: Added more planets to character setup.
+ - imageadd: Added a bunch of new hairstyles.
+ - imageadd: Added a new holographic hud.
+ - maptweak: Added a grinder and enzyme to the abandoned bar, for illicit operations.
+ - imageadd: Replaced solar panel sprites.
+ - imageadd: Replaced shield generator sprites with ones from the Eris.
+ - rscadd: Added Qerr-quem and Talum-quem, a pair of Skrellian drugs.
+ - soundadd: Added a variety of sounds for opening cans, explosions, sparks, falling
+ down, mechs, and bullet casings.
+ - soundadd: Added a new death sound for mice.
+ - imageadd: Vox have been entirely resprited.
+ - rscadd: Added wood buckets, craftable with hydropnoics.
+ - soundadd: Added sounds for chopping wood.
+ - bugfix: Fixed a bug that would make default Zippo lighters invisible.
+ Chaoko99:
+ - rscadd: Nitrous Oxide is now an oxidizer.
+ - rscdel: 'Removed all instances of Volatile Fuel ever being simulated. To devs:
+ It still exists. Please, for the love of god, only use it with assume_gas.'
+ Cyantime:
+ - tweak: Tabling now requires a completed aggressive grab.
+ Nalarac:
+ - tweak: Removes the module restraint for the cyborg jetpack upgrade
+ - rscadd: Added the hand drill and jaws of life to the protolathe
+ - tweak: Syndicate toolbox now comes with power tools
+ Neerti:
+ - wip: Adds the Lost Drone, which can be found on the Surface of the future map.
+ - rscadd: You can now modify an unslaved borg's laws by hitting it with a law module,
+ after a significant delay.
+ - rscadd: Adds several new lawsets. Currently there are no lawboards for these.
+ - rscadd: Adds new 'shocker' baton, for the Lost Drone.
+ - tweak: Combat borg shields are now easier to use, only requiring that they sit
+ on one of your hands and not your active hand. The shield is also more energy
+ efficent.
+ PrismaticGynoid:
+ - tweak: You now keep your languages when removed from/transplanted into a body.
+ - tweak: AIs and borgs load languages from preferences when spawning.
+ - bugfix: Fixed sign language being usable while lacking both hands.
+ - rscdel: Brains are no longer able to hear binary (robot talk).
+ - rscadd: Adds the ability for research to print drone brains.
+ - tweak: Makes all MMIs, posibrains, and drone brains radio-enabled. Anyone holding
+ the brain can also disable the radio for antag purposes.
+ SpadesNeil:
+ - tweak: Windows can no longer be damaged by very weak attacks.
+ Woodrat:
+ - tweak: Ported floor types and floor sprites (Techfloors) from Vorestation (who
+ ported them from Eris). Brought our floortypes in line with how Vorestation
+ has theirs set up.
+ - bugfix: Missing Techfloor floor tile sprites added.
+ - wip: Floor sprites from Vorestation not yet ported. To be done once we go to the
+ new map.
+ - maptweak: Added catwalks and railings to SC station. Fixed first Z-level.
+ - rscadd: Added the ability to make catwalks and railings as ported from vore.
+ - tweak: Cable heavy duty file tweaks to remove red overlay color from them.
+ - tweak: Added in a color icon for centcomm beach areas.
+ - maptweak: Fixed issues with SC centcomm z that prevented it from loading.
+ - maptweak: Rework of xenobio/xenoflora outpost on SC planetside main map.
+ - rscadd: Added Wilderness z-level for SC, teleportation transition to it may be
+ bugged.
+ - rscadd: Cable ender file added. Allows power transfer between z-levels.
+ - tweak: Southern cross files for areas and defines in relation to z-level work.
diff --git a/html/changelogs/Belsima-Airtank.yml b/html/changelogs/Belsima-Airtank.yml
deleted file mode 100644
index 425239428b..0000000000
--- a/html/changelogs/Belsima-Airtank.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Replaced air tank sprites."
diff --git a/html/changelogs/Belsima-Ayy.yml b/html/changelogs/Belsima-Ayy.yml
deleted file mode 100644
index 16e8fe9407..0000000000
--- a/html/changelogs/Belsima-Ayy.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Added new xeno weed, egg, and resin sprites."
diff --git a/html/changelogs/Belsima-Barsign.yml b/html/changelogs/Belsima-Barsign.yml
deleted file mode 100644
index ef56fab7c5..0000000000
--- a/html/changelogs/Belsima-Barsign.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Added two new bar sign sprites."
diff --git a/html/changelogs/Belsima-BlastDoor.yml b/html/changelogs/Belsima-BlastDoor.yml
deleted file mode 100644
index 4fc8beb26c..0000000000
--- a/html/changelogs/Belsima-BlastDoor.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Replaced blast door sprites."
diff --git a/html/changelogs/Belsima-Brave As A Noun.yml b/html/changelogs/Belsima-Brave As A Noun.yml
deleted file mode 100644
index 5ac4382d44..0000000000
--- a/html/changelogs/Belsima-Brave As A Noun.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - spellcheck: "Microwave is no longer a proper noun."
diff --git a/html/changelogs/Belsima-Croissant.yml b/html/changelogs/Belsima-Croissant.yml
deleted file mode 100644
index d5cb79b23e..0000000000
--- a/html/changelogs/Belsima-Croissant.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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 croissants to the available recipes."
diff --git a/html/changelogs/Belsima-Display.yml b/html/changelogs/Belsima-Display.yml
deleted file mode 100644
index 460914ff78..0000000000
--- a/html/changelogs/Belsima-Display.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Added new status displays for the AI."
diff --git a/html/changelogs/Belsima-Factions.yml b/html/changelogs/Belsima-Factions.yml
deleted file mode 100644
index 4ccef636ae..0000000000
--- a/html/changelogs/Belsima-Factions.yml
+++ /dev/null
@@ -1,38 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - spellcheck: "Made spelling of corporations and planets more consistent."
- - rscadd: "Added more planets to character setup."
-
diff --git a/html/changelogs/Belsima-HUD.yml b/html/changelogs/Belsima-HUD.yml
deleted file mode 100644
index 0972dc48bf..0000000000
--- a/html/changelogs/Belsima-HUD.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Added a new holographic hud."
diff --git a/html/changelogs/Belsima-Hair.yml b/html/changelogs/Belsima-Hair.yml
deleted file mode 100644
index dccb0ea721..0000000000
--- a/html/changelogs/Belsima-Hair.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Added a bunch of new hairstyles."
diff --git a/html/changelogs/Belsima-Moonshine.yml b/html/changelogs/Belsima-Moonshine.yml
deleted file mode 100644
index 57ea29cb18..0000000000
--- a/html/changelogs/Belsima-Moonshine.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - maptweak: "Added a grinder and enzyme to the abandoned bar, for illicit operations."
\ No newline at end of file
diff --git a/html/changelogs/Belsima-Panel.yml b/html/changelogs/Belsima-Panel.yml
deleted file mode 100644
index b01b2585c4..0000000000
--- a/html/changelogs/Belsima-Panel.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Replaced solar panel sprites."
diff --git a/html/changelogs/Belsima-Shieldgen.yml b/html/changelogs/Belsima-Shieldgen.yml
deleted file mode 100644
index e1c29c2b7b..0000000000
--- a/html/changelogs/Belsima-Shieldgen.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Replaced shield generator sprites with ones from the Eris."
\ No newline at end of file
diff --git a/html/changelogs/Belsima-Skrellchems.yml b/html/changelogs/Belsima-Skrellchems.yml
deleted file mode 100644
index ec0a58cfc4..0000000000
--- a/html/changelogs/Belsima-Skrellchems.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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 Qerr-quem and Talum-quem, a pair of Skrellian drugs."
diff --git a/html/changelogs/Belsima-Sounds.yml b/html/changelogs/Belsima-Sounds.yml
deleted file mode 100644
index bb47a40ce4..0000000000
--- a/html/changelogs/Belsima-Sounds.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - soundadd: "Added a variety of sounds for opening cans, explosions, sparks, falling down, mechs, and bullet casings."
diff --git a/html/changelogs/Belsima-Squeak.yml b/html/changelogs/Belsima-Squeak.yml
deleted file mode 100644
index 21f545dcae..0000000000
--- a/html/changelogs/Belsima-Squeak.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - soundadd: "Added a new death sound for mice."
diff --git a/html/changelogs/Belsima-Vox.yml b/html/changelogs/Belsima-Vox.yml
deleted file mode 100644
index 1fd839c650..0000000000
--- a/html/changelogs/Belsima-Vox.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - imageadd: "Vox have been entirely resprited."
diff --git a/html/changelogs/Belsima-WoodBucket.yml b/html/changelogs/Belsima-WoodBucket.yml
deleted file mode 100644
index af50df6e2e..0000000000
--- a/html/changelogs/Belsima-WoodBucket.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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 wood buckets, craftable with hydropnoics."
diff --git a/html/changelogs/Belsima-Woodcutting.yml b/html/changelogs/Belsima-Woodcutting.yml
deleted file mode 100644
index 123166d4bd..0000000000
--- a/html/changelogs/Belsima-Woodcutting.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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:
- - soundadd: "Added sounds for chopping wood."
\ No newline at end of file
diff --git a/html/changelogs/Belsima-Zippo.yml b/html/changelogs/Belsima-Zippo.yml
deleted file mode 100644
index 74fe8bec34..0000000000
--- a/html/changelogs/Belsima-Zippo.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Belsima
-
-# 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: "Fixed a bug that would make default Zippo lighters invisible."
\ No newline at end of file
diff --git a/html/changelogs/Cyantime-Tabling.yml b/html/changelogs/Cyantime-Tabling.yml
deleted file mode 100644
index ebb8d00c11..0000000000
--- a/html/changelogs/Cyantime-Tabling.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Cyantime
-
-# 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: "Tabling now requires a completed aggressive grab."
diff --git a/html/changelogs/Nalarac - Borg Jetpack.yml b/html/changelogs/Nalarac - Borg Jetpack.yml
deleted file mode 100644
index 4c3bb4e0ae..0000000000
--- a/html/changelogs/Nalarac - Borg Jetpack.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: Nalarac
-
-# 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: "Removes the module restraint for the cyborg jetpack upgrade"
diff --git a/html/changelogs/Nalarac - Power Tools.yml b/html/changelogs/Nalarac - Power Tools.yml
deleted file mode 100644
index 197c6b0910..0000000000
--- a/html/changelogs/Nalarac - Power Tools.yml
+++ /dev/null
@@ -1,37 +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
-#################################
-
-# Your name.
-author: Nalarac
-
-# 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 hand drill and jaws of life to the protolathe"
- - tweak: "Syndicate toolbox now comes with power tools"
\ No newline at end of file
diff --git a/html/changelogs/Neerti - Lost Drone.yml b/html/changelogs/Neerti - Lost Drone.yml
deleted file mode 100644
index 56a7695ae6..0000000000
--- a/html/changelogs/Neerti - Lost Drone.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
-#################################
-
-# Your name.
-author: Neerti
-
-# 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:
- - wip: "Adds the Lost Drone, which can be found on the Surface of the future map."
- - rscadd: "You can now modify an unslaved borg's laws by hitting it with a law module, after a significant delay."
- - rscadd: "Adds several new lawsets. Currently there are no lawboards for these."
- - rscadd: "Adds new 'shocker' baton, for the Lost Drone."
- - tweak: "Combat borg shields are now easier to use, only requiring that they sit on one of your hands and not your active hand. The shield is also more energy efficent."
-
diff --git a/html/changelogs/PrismaticGynoid-forgottenlanguages.yml b/html/changelogs/PrismaticGynoid-forgottenlanguages.yml
deleted file mode 100644
index dd3abb10e3..0000000000
--- a/html/changelogs/PrismaticGynoid-forgottenlanguages.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: PrismaticGynoid
-delete-after: True
-changes:
- - tweak: "You now keep your languages when removed from/transplanted into a body."
- - tweak: "AIs and borgs load languages from preferences when spawning."
- - bugfix: "Fixed sign language being usable while lacking both hands."
-
diff --git a/html/changelogs/PrismaticGynoid-nonbinarybrains.yml b/html/changelogs/PrismaticGynoid-nonbinarybrains.yml
deleted file mode 100644
index 3af02e9fda..0000000000
--- a/html/changelogs/PrismaticGynoid-nonbinarybrains.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: PrismaticGynoid
-
-delete-after: True
-
- - rscdel: "Brains are no longer able to hear binary (robot talk)."
diff --git a/html/changelogs/PrismaticGynoid-printabledronebrains.yml b/html/changelogs/PrismaticGynoid-printabledronebrains.yml
deleted file mode 100644
index 04365a55bc..0000000000
--- a/html/changelogs/PrismaticGynoid-printabledronebrains.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: PrismaticGynoid
-
-delete-after: True
-
-changes:
- - rscadd: "Adds the ability for research to print drone brains."
\ No newline at end of file
diff --git a/html/changelogs/PrismaticGynoid-radioenabledbrains.yml b/html/changelogs/PrismaticGynoid-radioenabledbrains.yml
deleted file mode 100644
index f0ce54afda..0000000000
--- a/html/changelogs/PrismaticGynoid-radioenabledbrains.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: PrismaticGynoid
-
-delete-after: True
-
-changes:
- - tweak: "Makes all MMIs, posibrains, and drone brains radio-enabled. Anyone holding the brain can also disable the radio for antag purposes."
\ No newline at end of file
diff --git a/html/changelogs/SpadesNeil-Windows.yml b/html/changelogs/SpadesNeil-Windows.yml
deleted file mode 100644
index b74d806731..0000000000
--- a/html/changelogs/SpadesNeil-Windows.yml
+++ /dev/null
@@ -1,36 +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
-#################################
-
-# Your name.
-author: SpadesNeil
-
-# 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: "Windows can no longer be damaged by very weak attacks."
diff --git a/html/changelogs/Woodrat - Floor Tiles.yml b/html/changelogs/Woodrat - Floor Tiles.yml
deleted file mode 100644
index c0c40f50fa..0000000000
--- a/html/changelogs/Woodrat - Floor Tiles.yml
+++ /dev/null
@@ -1,38 +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
-#################################
-
-# Your name.
-author: Woodrat
-
-# 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: "Ported floor types and floor sprites (Techfloors) from Vorestation (who ported them from Eris). Brought our floortypes in line with how Vorestation has theirs set up."
- - bugfix: "Missing Techfloor floor tile sprites added."
- - wip: "Floor sprites from Vorestation not yet ported. To be done once we go to the new map."
diff --git a/html/changelogs/Woodrat - Railings Catwalks.yml b/html/changelogs/Woodrat - Railings Catwalks.yml
deleted file mode 100644
index aa5cb8a75f..0000000000
--- a/html/changelogs/Woodrat - Railings Catwalks.yml
+++ /dev/null
@@ -1,37 +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
-#################################
-
-# Your name.
-author: Woodrat
-
-# 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:
- - maptweak: "Added catwalks and railings to SC station. Fixed first Z-level."
- - rscadd: "Added the ability to make catwalks and railings as ported from vore."
\ No newline at end of file
diff --git a/html/changelogs/Woodrat - SC Map Changes.yml b/html/changelogs/Woodrat - SC Map Changes.yml
deleted file mode 100644
index 06368f0678..0000000000
--- a/html/changelogs/Woodrat - SC Map Changes.yml
+++ /dev/null
@@ -1,42 +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
-#################################
-
-# Your name.
-author: Woodrat
-
-# 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: "Cable heavy duty file tweaks to remove red overlay color from them."
- - tweak: "Added in a color icon for centcomm beach areas."
- - maptweak: "Fixed issues with SC centcomm z that prevented it from loading."
- - maptweak: "Rework of xenobio/xenoflora outpost on SC planetside main map."
- - rscadd: "Added Wilderness z-level for SC, teleportation transition to it may be bugged."
- - rscadd: "Cable ender file added. Allows power transfer between z-levels."
- - tweak: "Southern cross files for areas and defines in relation to z-level work."
\ No newline at end of file
diff --git a/html/changelogs/chaoko99-FUCKINGSNOWFLAKES.yml b/html/changelogs/chaoko99-FUCKINGSNOWFLAKES.yml
deleted file mode 100644
index 2d3f7ac454..0000000000
--- a/html/changelogs/chaoko99-FUCKINGSNOWFLAKES.yml
+++ /dev/null
@@ -1,37 +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
-#################################
-
-# Your name.
-author: Chaoko99
-
-# 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: "Nitrous Oxide is now an oxidizer."
- - rscdel: "Removed all instances of Volatile Fuel ever being simulated. To devs: It still exists. Please, for the love of god, only use it with assume_gas."