Automatic changelog compile [ci skip]
This commit is contained in:
@@ -50,6 +50,59 @@
|
||||
-->
|
||||
<div class="commit sansserif">
|
||||
|
||||
<h2 class="date">27 January 2021</h2>
|
||||
<h3 class="author">ArcaneMusic, ported by Hatterhat updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Strike a hydroponics tray with a fully-charged floral somatoray to lock in a mutation.</li>
|
||||
<li class="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.</li>
|
||||
<li class="balance">Somatorays now take uranium to craft instead of radium.</li>
|
||||
</ul>
|
||||
<h3 class="author">Arturlang updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Actually adds a right click give option</li>
|
||||
<li class="rscadd">Revenants can now clickdrag to throw stuff at people, with some items doing various things at the same time.</li>
|
||||
</ul>
|
||||
<h3 class="author">DeltaFire15 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">The woundmending rite no longer causes runtimes.</li>
|
||||
<li class="bugfix">Ratvarian borgs can now use their tier-0 spells.</li>
|
||||
<li class="balance">Ratvarian borgs can always use their assigned spells, if there is enough power.</li>
|
||||
<li class="admin">The heretic antag panel now shows their sacrifices & current sacrifice targets.</li>
|
||||
<li class="tweak">The heretic roundend report now shows their sacrifices and nonsacrificed targets.</li>
|
||||
<li class="bugfix">Living hearts can no longer select the same target as another living heart, removing a certain problem.</li>
|
||||
</ul>
|
||||
<h3 class="author">Hatterhat updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Department budget cards have been readded. TO THE CODE. NOT LOCKERS.</li>
|
||||
<li class="tweak">Also budget cards now look more like every other ID - see tgstation#55001.</li>
|
||||
<li class="balance">One of the contractor tablet's payouts has been raised from a small payout to a medium payout.</li>
|
||||
<li class="balance">The free golem ship's GPSes no longer start on. They were never meant to, but they did.</li>
|
||||
<li class="rscdel">Headsets can't be found on most legion corpses now.</li>
|
||||
<li class="rscdel">The flash on the assistant corpse is gone, too.</li>
|
||||
</ul>
|
||||
<h3 class="author">MrJWhit updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Remaps some air alarms for sanity.</li>
|
||||
</ul>
|
||||
<h3 class="author">SandPoot updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">The drop circuit can no longer drop things that are not inside it.</li>
|
||||
</ul>
|
||||
<h3 class="author">raspy-on-osu updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">bespoke ventcrawling element not detaching due to malformed call</li>
|
||||
</ul>
|
||||
<h3 class="author">shellspeed1 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Floorbots had had a software update, preventing them from dogpiling on their target as easily as they did before.</li>
|
||||
<li class="soundadd">Floorbots will now play a small chime when stacked on top of each other to indicate that they're moving apart.</li>
|
||||
</ul>
|
||||
<h3 class="author">timothyteakettle updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">blobs can use the 'me' verb</li>
|
||||
<li class="admin">adminhelps and pms only sanitize once instead of twice</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">25 January 2021</h2>
|
||||
<h3 class="author">MrJWhit updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "timothyteakettle"
|
||||
delete-after: True
|
||||
changes:
|
||||
- admin: "adminhelps and pms only sanitize once instead of twice"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "timothyteakettle"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "blobs can use the 'me' verb"
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "MrJWhit"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Remaps some air alarms for sanity."
|
||||
@@ -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."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Arturlang"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Actually adds a right click give option"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "raspy-on-osu"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "bespoke ventcrawling element not detaching due to malformed call"
|
||||
@@ -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."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "SandPoot"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "The drop circuit can no longer drop things that are not inside it."
|
||||
Reference in New Issue
Block a user