diff --git a/html/changelog.html b/html/changelog.html
index b18d4f45aa..fe21a152aa 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,59 @@
-->
+
27 January 2021
+
ArcaneMusic, ported by Hatterhat updated:
+
+ - Strike a hydroponics tray with a fully-charged floral somatoray to lock in a mutation.
+ - Floral somatorays now have the ability to force a mutation in a plant. This should drain the cell in a single shot, but we'll see.
+ - Somatorays now take uranium to craft instead of radium.
+
+
Arturlang updated:
+
+ - Actually adds a right click give option
+ - Revenants can now clickdrag to throw stuff at people, with some items doing various things at the same time.
+
+
DeltaFire15 updated:
+
+ - The woundmending rite no longer causes runtimes.
+ - Ratvarian borgs can now use their tier-0 spells.
+ - Ratvarian borgs can always use their assigned spells, if there is enough power.
+ - The heretic antag panel now shows their sacrifices & current sacrifice targets.
+ - The heretic roundend report now shows their sacrifices and nonsacrificed targets.
+ - Living hearts can no longer select the same target as another living heart, removing a certain problem.
+
+
Hatterhat updated:
+
+ - Department budget cards have been readded. TO THE CODE. NOT LOCKERS.
+ - Also budget cards now look more like every other ID - see tgstation#55001.
+ - One of the contractor tablet's payouts has been raised from a small payout to a medium payout.
+ - The free golem ship's GPSes no longer start on. They were never meant to, but they did.
+ - Headsets can't be found on most legion corpses now.
+ - The flash on the assistant corpse is gone, too.
+
+
MrJWhit updated:
+
+ - Remaps some air alarms for sanity.
+
+
SandPoot updated:
+
+ - The drop circuit can no longer drop things that are not inside it.
+
+
raspy-on-osu updated:
+
+ - bespoke ventcrawling element not detaching due to malformed call
+
+
shellspeed1 updated:
+
+ - Floorbots had had a software update, preventing them from dogpiling on their target as easily as they did before.
+ - Floorbots will now play a small chime when stacked on top of each other to indicate that they're moving apart.
+
+
timothyteakettle updated:
+
+ - blobs can use the 'me' verb
+ - adminhelps and pms only sanitize once instead of twice
+
+
25 January 2021
MrJWhit updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 215e3c8582..846e1a2106 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -28270,3 +28270,48 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- refactor: ventcrawling
silicons:
- tweak: you can now shove yourself up in any intent, not just help.
+2021-01-27:
+ ArcaneMusic, ported by Hatterhat:
+ - rscadd: Strike a hydroponics tray with a fully-charged floral somatoray to lock
+ in a mutation.
+ - rscadd: Floral somatorays now have the ability to force a mutation in a plant.
+ This should drain the cell in a single shot, but we'll see.
+ - balance: Somatorays now take uranium to craft instead of radium.
+ Arturlang:
+ - rscadd: Actually adds a right click give option
+ - rscadd: Revenants can now clickdrag to throw stuff at people, with some items
+ doing various things at the same time.
+ DeltaFire15:
+ - bugfix: The woundmending rite no longer causes runtimes.
+ - bugfix: Ratvarian borgs can now use their tier-0 spells.
+ - balance: Ratvarian borgs can always use their assigned spells, if there is enough
+ power.
+ - admin: The heretic antag panel now shows their sacrifices & current sacrifice
+ targets.
+ - tweak: The heretic roundend report now shows their sacrifices and nonsacrificed
+ targets.
+ - bugfix: Living hearts can no longer select the same target as another living heart,
+ removing a certain problem.
+ Hatterhat:
+ - tweak: Department budget cards have been readded. TO THE CODE. NOT LOCKERS.
+ - tweak: Also budget cards now look more like every other ID - see tgstation#55001.
+ - balance: One of the contractor tablet's payouts has been raised from a small payout
+ to a medium payout.
+ - balance: The free golem ship's GPSes no longer start on. They were never meant
+ to, but they did.
+ - rscdel: Headsets can't be found on most legion corpses now.
+ - rscdel: The flash on the assistant corpse is gone, too.
+ MrJWhit:
+ - tweak: Remaps some air alarms for sanity.
+ SandPoot:
+ - bugfix: The drop circuit can no longer drop things that are not inside it.
+ raspy-on-osu:
+ - bugfix: bespoke ventcrawling element not detaching due to malformed call
+ shellspeed1:
+ - bugfix: Floorbots had had a software update, preventing them from dogpiling on
+ their target as easily as they did before.
+ - soundadd: Floorbots will now play a small chime when stacked on top of each other
+ to indicate that they're moving apart.
+ timothyteakettle:
+ - rscadd: blobs can use the 'me' verb
+ - admin: adminhelps and pms only sanitize once instead of twice
diff --git a/html/changelogs/AutoChangeLog-pr-14059.yml b/html/changelogs/AutoChangeLog-pr-14059.yml
deleted file mode 100644
index c20e1165ab..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14059.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Hatterhat"
-delete-after: True
-changes:
- - rscdel: "Headsets can't be found on most legion corpses now."
- - rscdel: "The flash on the assistant corpse is gone, too."
diff --git a/html/changelogs/AutoChangeLog-pr-14102.yml b/html/changelogs/AutoChangeLog-pr-14102.yml
deleted file mode 100644
index 38668ad1ed..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14102.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "ArcaneMusic, ported by Hatterhat"
-delete-after: True
-changes:
- - rscadd: "Strike a hydroponics tray with a fully-charged floral somatoray to lock in a mutation."
- - rscadd: "Floral somatorays now have the ability to force a mutation in a plant. This should drain the cell in a single shot, but we'll see."
- - balance: "Somatorays now take uranium to craft instead of radium."
diff --git a/html/changelogs/AutoChangeLog-pr-14105.yml b/html/changelogs/AutoChangeLog-pr-14105.yml
deleted file mode 100644
index 08c86c9915..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14105.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - admin: "The heretic antag panel now shows their sacrifices & current sacrifice targets."
- - tweak: "The heretic roundend report now shows their sacrifices and nonsacrificed targets."
- - bugfix: "Living hearts can no longer select the same target as another living heart, removing a certain problem."
diff --git a/html/changelogs/AutoChangeLog-pr-14111.yml b/html/changelogs/AutoChangeLog-pr-14111.yml
deleted file mode 100644
index 39510c04a4..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14111.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Arturlang"
-delete-after: True
-changes:
- - rscadd: "Revenants can now clickdrag to throw stuff at people, with some items doing various things at the same time."
diff --git a/html/changelogs/AutoChangeLog-pr-14114.yml b/html/changelogs/AutoChangeLog-pr-14114.yml
deleted file mode 100644
index 5035b47431..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14114.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Hatterhat"
-delete-after: True
-changes:
- - balance: "The free golem ship's GPSes no longer start on. They were never meant to, but they did."
diff --git a/html/changelogs/AutoChangeLog-pr-14116.yml b/html/changelogs/AutoChangeLog-pr-14116.yml
deleted file mode 100644
index fdbc7f2a6c..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14116.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - admin: "adminhelps and pms only sanitize once instead of twice"
diff --git a/html/changelogs/AutoChangeLog-pr-14117.yml b/html/changelogs/AutoChangeLog-pr-14117.yml
deleted file mode 100644
index f3fcae5eae..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14117.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - rscadd: "blobs can use the 'me' verb"
diff --git a/html/changelogs/AutoChangeLog-pr-14118.yml b/html/changelogs/AutoChangeLog-pr-14118.yml
deleted file mode 100644
index 7ff53a9ae7..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14118.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "The woundmending rite no longer causes runtimes."
- - bugfix: "Ratvarian borgs can now use their tier-0 spells."
- - balance: "Ratvarian borgs can always use their assigned spells, if there is enough power."
diff --git a/html/changelogs/AutoChangeLog-pr-14127.yml b/html/changelogs/AutoChangeLog-pr-14127.yml
deleted file mode 100644
index 2adc32ddd6..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14127.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Hatterhat"
-delete-after: True
-changes:
- - balance: "One of the contractor tablet's payouts has been raised from a small payout to a medium payout."
diff --git a/html/changelogs/AutoChangeLog-pr-14131.yml b/html/changelogs/AutoChangeLog-pr-14131.yml
deleted file mode 100644
index 5838f49bb2..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14131.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "MrJWhit"
-delete-after: True
-changes:
- - tweak: "Remaps some air alarms for sanity."
diff --git a/html/changelogs/AutoChangeLog-pr-14133.yml b/html/changelogs/AutoChangeLog-pr-14133.yml
deleted file mode 100644
index 9968f41134..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14133.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Hatterhat"
-delete-after: True
-changes:
- - tweak: "Department budget cards have been readded. TO THE CODE. NOT LOCKERS."
- - tweak: "Also budget cards now look more like every other ID - see tgstation#55001."
diff --git a/html/changelogs/AutoChangeLog-pr-14134.yml b/html/changelogs/AutoChangeLog-pr-14134.yml
deleted file mode 100644
index c699728c67..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14134.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Arturlang"
-delete-after: True
-changes:
- - rscadd: "Actually adds a right click give option"
diff --git a/html/changelogs/AutoChangeLog-pr-14135.yml b/html/changelogs/AutoChangeLog-pr-14135.yml
deleted file mode 100644
index bbbb7170b9..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14135.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "raspy-on-osu"
-delete-after: True
-changes:
- - bugfix: "bespoke ventcrawling element not detaching due to malformed call"
diff --git a/html/changelogs/AutoChangeLog-pr-14136.yml b/html/changelogs/AutoChangeLog-pr-14136.yml
deleted file mode 100644
index 8b578f16e8..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14136.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "shellspeed1"
-delete-after: True
-changes:
- - bugfix: "Floorbots had had a software update, preventing them from dogpiling on their target as easily as they did before."
- - soundadd: "Floorbots will now play a small chime when stacked on top of each other to indicate that they're moving apart."
diff --git a/html/changelogs/AutoChangeLog-pr-14137.yml b/html/changelogs/AutoChangeLog-pr-14137.yml
deleted file mode 100644
index 1b7602437b..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14137.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - bugfix: "The drop circuit can no longer drop things that are not inside it."