Merge remote-tracking branch 'citadel/master' into combat_rework_experimental

This commit is contained in:
silicons
2020-09-21 17:36:33 -07:00
5 changed files with 21 additions and 68 deletions

View File

@@ -50,6 +50,20 @@
-->
<div class="commit sansserif">
<h2 class="date">22 September 2020</h2>
<h3 class="author">Arturlang updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">TGUI Statpanel</li>
</ul>
<h3 class="author">YakumoChen updated:</h3>
<ul class="changes bgimages16">
<li class="imageadd">Mechsuits, robotics jumpsuits added to RoboDrobe</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">character previews should be more consistent now</li>
</ul>
<h2 class="date">20 September 2020</h2>
<h3 class="author">DeltaFire15 updated:</h3>
<ul class="changes bgimages16">
@@ -1296,62 +1310,6 @@
<ul class="changes bgimages16">
<li class="balance">brainwashing disk has lost its cost buffs (3->5) and is role restricted once more (medical doctor/roboticist)</li>
</ul>
<h2 class="date">21 July 2020</h2>
<h3 class="author">Arturlang updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Decal painter ui now works, yay?</li>
</ul>
<h3 class="author">CameronWoof updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds aloe, a new growable plant</li>
<li class="rscadd">Adds medicated sutures and advanced regenerative meshes</li>
<li class="bugfix">Polypyrylium oligomers and liquid electricity now correctly populate</li>
</ul>
<h3 class="author">Chiirno updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Alt-click pill bottles places top-most pill into active hand.</li>
<li class="tweak">Moved dice bags from pill_bottle/dice to box/dice to avoid dice bags being affected from medical specific pill bottle changes.</li>
</ul>
<h3 class="author">DeltaFire15 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Swarmers can once again eat items as long as there's nothing living in them.</li>
</ul>
<h3 class="author">Funce updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Genetics spiderwebs are no longer impassable walls</li>
</ul>
<h3 class="author">Kraseo updated:</h3>
<ul class="changes bgimages16">
<li class="balance">Damp rags no longer instantly apply their chemicals onto someone.</li>
</ul>
<h3 class="author">SiliconMain updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Geigers can no longer be contaminated</li>
</ul>
<h3 class="author">TheSpaghetti updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">new snowflake trait</li>
</ul>
<h3 class="author">kappa-sama updated:</h3>
<ul class="changes bgimages16">
<li class="balance">advanced surgery duffel bag no longer comes with a nukie medkit. it costs 4 less telecrystals to make up for this colossal nerf.</li>
<li class="tweak">quartered the weight of the stray cargo pod event from 2x normal to 1/2 normal</li>
</ul>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">survivalists (from summon guns/magic) are proper objective'd pseudoantagonists again</li>
<li class="tweak">summon guns/magic can only be used once each</li>
<li class="tweak">summon guns/magic now only cost one point each</li>
<li class="imageadd">:dsmile: :dfrown: :dhsmile: :dpog: :dneutral:</li>
<li class="bugfix">gravity should update for mobs a fair bit faster</li>
<li class="rscadd">voting can now be done from the stat panel if the system is plurality and approval</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">new fried component used for frying objects</li>
<li class="bugfix">various frying bugs fixed such as being able to unfry items and frying turfs with cold cooking oil</li>
</ul>
</div>
<b>GoonStation 13 Development Team</b>

View File

@@ -27354,3 +27354,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
silicons:
- balance: hulks can smash again (walls no longer break their hands)
- rscdel: acid no longer degrades armor
2020-09-22:
Arturlang:
- rscadd: TGUI Statpanel
YakumoChen:
- imageadd: Mechsuits, robotics jumpsuits added to RoboDrobe
timothyteakettle:
- tweak: character previews should be more consistent now

View File

@@ -1,4 +0,0 @@
author: "Arturlang"
delete-after: True
changes:
- rscadd: "TGUI Statpanel"

View File

@@ -1,4 +0,0 @@
author: "timothyteakettle"
delete-after: True
changes:
- tweak: "character previews should be more consistent now"

View File

@@ -1,4 +0,0 @@
author: "YakumoChen"
delete-after: True
changes:
- imageadd: "Mechsuits, robotics jumpsuits added to RoboDrobe"