diff --git a/html/changelog.html b/html/changelog.html
index 2f52ecca9c..d7fd8db0e4 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -62,11 +62,55 @@
Girders are now reinforced by using a screwdriver on the girder before applying the material sheets. Use a screwdriver again instead to cancel reinforcing.
Mechanical traps no longer spawn in the janitor's locker.
Mechanical traps can now be printed with a hacked autolathe.
+ Adds armour penetration mechanic for projectiles and melee weapons.
+ Laser carbines, LWAP, and shotgun now have a small amount of armour penetration, ballistic rifles (not SMGs) have moderate amounts, laser cannon has high armour penetration, and the PTR mostly ignores body armour.
+ Shotgun slugs and Z8/STS damage has been lowered slightly to accomodate for their higher penetration. In general ballistics deal less damage but have higher penetration than comparable laser weapons. Notable exception: X-Ray lasers have had their damage lowered slightly but gain very high armour penetration.
+ Energy swords now have very high armour penetration. Ninja blades do less damage but ignore armour completely.
+
+ Kelenius updated:
+
+ - Click cooldowns have been removed on pretty much everything that isn't an attack.
+
+ PsiOmegaDelta updated:
+
+ - Adds the option to set the icon size to 48x48, found under the Icons menu, along with 32x32, 64x64, and stretch to fit.
+ - Active AI cores now provides coverage on the AI camera network. Does not utilize actual cameras, thus will not show up on security consoles.
+ - The Dinnerware vending machine now offer both utensil knives and spoons without first having to hack them.
+ - Synths now have id cards with access levels which is checked when operating most station equipment.
+ - Station synthetics still have full station access but can no longer interact with syndicate equipment, and syndicate borgs now start with only syndicate access.
+ - Syndicate borgs can copy the access from other cards by utilizing their own id card module, similar to how syndicate ids work.
+ - When examined up close id cards now offer a more detailed view.
+ - Agent ids now offer much greater customization, allowing changing name, age, DNA, toggling of AI tracking termination (using the electronic warfware option), and more.
+ - As AI tracking can now be enabled/disabled at will AI players should not feel the need to hesitate before informing relevant crew members when camera tracking is explicitly terminated.
+ - Uplink menu now more organized and with new categories.
+ - Now possible to cause falsified ion storm announcements.
+ - Now possible to cause falsified radiation storm announcements, with expected maintenance access changes.
+ - Now possible for mercenaries to create falsified Central Command Update messages.
+ - Now possible for mercenaries to create falsified crew arrival messages and records.
+
+ RavingManiac updated:
+
+ - Sound environments tweaked to feel more claustrophobic
+ - Being drugged, hallucinating, dizzy, or in low-pressure or vacuum will alter sounds you hear
+ - Sound environment in holodeck will change to reflect the loaded program
+
+ Vivalas updated:
+
+ - A new uplink item has been added! A briefcase full 'o thalla can now be bought by traitors for bribes and such!
Zuhayr updated:
- Pariahs are now a subspecies of Vox with less atmos/cold protection, a useless brain, and lower health.
- Leap now only gives a passive grab and has a shorter range. It also stuns Pariahs longer than it does their target.
+ - Rewrote tiling. White floors, dark floors and freezer floors now have associated tiles.
+ - Changed how decals work in the mapper. floor_decal is now used instead of an icon in floors.dmi.
+ - The floor painter has been rewritten to use decals. Click it in-hand to set direction and decal.
+ - Floor lights are now built from the autholathe, secured with a screwdriver, activated by clicking them with an empty hand, and repaired with a welding torch.
+ - Unathi now have minor slowdown and 20% brute resist.
+ - Tajarans now have lower bonus speed and a flat 15% malus to brute and burn.
+ - Vox can now eat monkeys and small animals.
+ - Tajarans can now eat small animals.
+ - Unarmed attack damage has been lowered across the board.
17 August 2015
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d1cd5dc927..9db06b4b84 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2162,8 +2162,72 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
applying the material sheets. Use a screwdriver again instead to cancel reinforcing.
- bugfix: Mechanical traps no longer spawn in the janitor's locker.
- rscadd: Mechanical traps can now be printed with a hacked autolathe.
+ - rscadd: Adds armour penetration mechanic for projectiles and melee weapons.
+ - rscadd: Laser carbines, LWAP, and shotgun now have a small amount of armour penetration,
+ ballistic rifles (not SMGs) have moderate amounts, laser cannon has high armour
+ penetration, and the PTR mostly ignores body armour.
+ - tweak: 'Shotgun slugs and Z8/STS damage has been lowered slightly to accomodate
+ for their higher penetration. In general ballistics deal less damage but have
+ higher penetration than comparable laser weapons. Notable exception: X-Ray lasers
+ have had their damage lowered slightly but gain very high armour penetration.'
+ - rscadd: Energy swords now have very high armour penetration. Ninja blades do less
+ damage but ignore armour completely.
+ Kelenius:
+ - experiment: Click cooldowns have been removed on pretty much everything that isn't
+ an attack.
+ PsiOmegaDelta:
+ - rscadd: Adds the option to set the icon size to 48x48, found under the Icons menu,
+ along with 32x32, 64x64, and stretch to fit.
+ - tweak: Active AI cores now provides coverage on the AI camera network. Does not
+ utilize actual cameras, thus will not show up on security consoles.
+ - rscadd: The Dinnerware vending machine now offer both utensil knives and spoons
+ without first having to hack them.
+ - rscadd: Synths now have id cards with access levels which is checked when operating
+ most station equipment.
+ - rscadd: Station synthetics still have full station access but can no longer interact
+ with syndicate equipment, and syndicate borgs now start with only syndicate
+ access.
+ - rscadd: Syndicate borgs can copy the access from other cards by utilizing their
+ own id card module, similar to how syndicate ids work.
+ - rscadd: When examined up close id cards now offer a more detailed view.
+ - rscadd: Agent ids now offer much greater customization, allowing changing name,
+ age, DNA, toggling of AI tracking termination (using the electronic warfware
+ option), and more.
+ - rscadd: As AI tracking can now be enabled/disabled at will AI players should not
+ feel the need to hesitate before informing relevant crew members when camera
+ tracking is explicitly terminated.
+ - rscadd: Uplink menu now more organized and with new categories.
+ - rscadd: Now possible to cause falsified ion storm announcements.
+ - rscadd: Now possible to cause falsified radiation storm announcements, with expected
+ maintenance access changes.
+ - rscadd: Now possible for mercenaries to create falsified Central Command Update
+ messages.
+ - rscadd: Now possible for mercenaries to create falsified crew arrival messages
+ and records.
+ RavingManiac:
+ - tweak: Sound environments tweaked to feel more claustrophobic
+ - rscadd: Being drugged, hallucinating, dizzy, or in low-pressure or vacuum will
+ alter sounds you hear
+ - rscadd: Sound environment in holodeck will change to reflect the loaded program
+ Vivalas:
+ - rscadd: A new uplink item has been added! A briefcase full 'o thalla can now be
+ bought by traitors for bribes and such!
Zuhayr:
- rscadd: Pariahs are now a subspecies of Vox with less atmos/cold protection, a
useless brain, and lower health.
- rscadd: Leap now only gives a passive grab and has a shorter range. It also stuns
Pariahs longer than it does their target.
+ - tweak: Rewrote tiling. White floors, dark floors and freezer floors now have associated
+ tiles.
+ - tweak: Changed how decals work in the mapper. floor_decal is now used instead
+ of an icon in floors.dmi.
+ - tweak: The floor painter has been rewritten to use decals. Click it in-hand to
+ set direction and decal.
+ - tweak: Floor lights are now built from the autholathe, secured with a screwdriver,
+ activated by clicking them with an empty hand, and repaired with a welding torch.
+ - rscadd: Unathi now have minor slowdown and 20% brute resist.
+ - rscadd: Tajarans now have lower bonus speed and a flat 15% malus to brute and
+ burn.
+ - rscadd: Vox can now eat monkeys and small animals.
+ - rscadd: Tajarans can now eat small animals.
+ - rscadd: Unarmed attack damage has been lowered across the board.
diff --git a/html/changelogs/HarpyEagle-armourpen.yml b/html/changelogs/HarpyEagle-armourpen.yml
deleted file mode 100644
index 28599d484f..0000000000
--- a/html/changelogs/HarpyEagle-armourpen.yml
+++ /dev/null
@@ -1,34 +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: HarpyEagle
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - rscadd: "Adds armour penetration mechanic for projectiles and melee weapons."
- - rscadd: "Laser carbines, LWAP, and shotgun now have a small amount of armour penetration, ballistic rifles (not SMGs) have moderate amounts, laser cannon has high armour penetration, and the PTR mostly ignores body armour."
- - tweak: "Shotgun slugs and Z8/STS damage has been lowered slightly to accomodate for their higher penetration. In general ballistics deal less damage but have higher penetration than comparable laser weapons. Notable exception: X-Ray lasers have had their damage lowered slightly but gain very high armour penetration."
- - rscadd: "Energy swords now have very high armour penetration. Ninja blades do less damage but ignore armour completely."
diff --git a/html/changelogs/Kelenius-ofClicksAndCooldowns.yml b/html/changelogs/Kelenius-ofClicksAndCooldowns.yml
deleted file mode 100644
index a6768a8573..0000000000
--- a/html/changelogs/Kelenius-ofClicksAndCooldowns.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Kelenius
-
-delete-after: True
-
-changes:
- - experiment: "Click cooldowns have been removed on pretty much everything that isn't an attack."
diff --git a/html/changelogs/PsiOmegaDelta-48by48.yml b/html/changelogs/PsiOmegaDelta-48by48.yml
deleted file mode 100644
index 7ee353a283..0000000000
--- a/html/changelogs/PsiOmegaDelta-48by48.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: PsiOmegaDelta
-delete-after: true
-changes:
- - rscadd: "Adds the option to set the icon size to 48x48, found under the Icons menu, along with 32x32, 64x64, and stretch to fit."
\ No newline at end of file
diff --git a/html/changelogs/PsiOmegaDelta-AISight.yml b/html/changelogs/PsiOmegaDelta-AISight.yml
deleted file mode 100644
index 329cda695d..0000000000
--- a/html/changelogs/PsiOmegaDelta-AISight.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: PsiOmegaDelta
-delete-after: True
-
-changes:
- - tweak: "Active AI cores now provides coverage on the AI camera network. Does not utilize actual cameras, thus will not show up on security consoles."
diff --git a/html/changelogs/PsiOmegaDelta-SpoonRevolt.yml b/html/changelogs/PsiOmegaDelta-SpoonRevolt.yml
deleted file mode 100644
index 1c47ad71b2..0000000000
--- a/html/changelogs/PsiOmegaDelta-SpoonRevolt.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: PsiOmegaDelta
-delete-after: True
-changes:
- - rscadd: "The Dinnerware vending machine now offer both utensil knives and spoons without first having to hack them."
diff --git a/html/changelogs/PsiOmegaDelta-SynthAccess.yml b/html/changelogs/PsiOmegaDelta-SynthAccess.yml
deleted file mode 100644
index 689e869763..0000000000
--- a/html/changelogs/PsiOmegaDelta-SynthAccess.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: PsiOmegaDelta
-delete-after: True
-changes:
- - rscadd: "Synths now have id cards with access levels which is checked when operating most station equipment."
- - rscadd: "Station synthetics still have full station access but can no longer interact with syndicate equipment, and syndicate borgs now start with only syndicate access."
- - rscadd: "Syndicate borgs can copy the access from other cards by utilizing their own id card module, similar to how syndicate ids work."
-
diff --git a/html/changelogs/PsiOmegaDelta-Uplinkery.yml b/html/changelogs/PsiOmegaDelta-Uplinkery.yml
deleted file mode 100644
index 8ee40286e3..0000000000
--- a/html/changelogs/PsiOmegaDelta-Uplinkery.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-author: PsiOmegaDelta
-delete-after: true
-changes:
- - rscadd: "When examined up close id cards now offer a more detailed view."
- - rscadd: "Agent ids now offer much greater customization, allowing changing name, age, DNA, toggling of AI tracking termination (using the electronic warfware option), and more."
- - rscadd: "As AI tracking can now be enabled/disabled at will AI players should not feel the need to hesitate before informing relevant crew members when camera tracking is explicitly terminated."
- - rscadd: "Uplink menu now more organized and with new categories."
- - rscadd: "Now possible to cause falsified ion storm announcements."
- - rscadd: "Now possible to cause falsified radiation storm announcements, with expected maintenance access changes."
- - rscadd: "Now possible for mercenaries to create falsified Central Command Update messages."
- - rscadd: "Now possible for mercenaries to create falsified crew arrival messages and records."
diff --git a/html/changelogs/RavingManiac-PR-9942.yml b/html/changelogs/RavingManiac-PR-9942.yml
deleted file mode 100644
index b30712e423..0000000000
--- a/html/changelogs/RavingManiac-PR-9942.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: RavingManiac
-delete-after: True
-changes:
- - tweak: "Sound environments tweaked to feel more claustrophobic"
- - rscadd: "Being drugged, hallucinating, dizzy, or in low-pressure or vacuum will alter sounds you hear"
- - rscadd: "Sound environment in holodeck will change to reflect the loaded program"
diff --git a/html/changelogs/Vivalas-Uplink.yml b/html/changelogs/Vivalas-Uplink.yml
deleted file mode 100644
index 7be346cf6d..0000000000
--- a/html/changelogs/Vivalas-Uplink.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Vivalas
-delete-after: True
-changes:
- - rscadd: "A new uplink item has been added! A briefcase full 'o thalla can now be bought by traitors for bribes and such!"
-
diff --git a/html/changelogs/Zuhayr-flooring.yml b/html/changelogs/Zuhayr-flooring.yml
deleted file mode 100644
index f7a584be9b..0000000000
--- a/html/changelogs/Zuhayr-flooring.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Zuhayr
-delete-after: True
-changes:
- - tweak: "Rewrote tiling. White floors, dark floors and freezer floors now have associated tiles."
- - tweak: "Changed how decals work in the mapper. floor_decal is now used instead of an icon in floors.dmi."
- - tweak: "The floor painter has been rewritten to use decals. Click it in-hand to set direction and decal."
- - tweak: "Floor lights are now built from the autholathe, secured with a screwdriver, activated by clicking them with an empty hand, and repaired with a welding torch."
diff --git a/html/changelogs/zuhayr-species.yml b/html/changelogs/zuhayr-species.yml
deleted file mode 100644
index 5f80eb2cc7..0000000000
--- a/html/changelogs/zuhayr-species.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Zuhayr
-delete-after: True
-changes:
- - rscadd: "Unathi now have minor slowdown and 20% brute resist."
- - rscadd: "Tajarans now have lower bonus speed and a flat 15% malus to brute and burn."
- - rscadd: "Vox can now eat monkeys and small animals."
- - rscadd: "Tajarans can now eat small animals."
- - rscadd: "Unarmed attack damage has been lowered across the board."