Automatic changelog compile [ci skip]

This commit is contained in:
Changelogs
2024-05-28 06:12:25 +00:00
parent 7b8fae5c5d
commit 11e2cea70a
4 changed files with 23 additions and 42 deletions

View File

@@ -57,6 +57,19 @@
--> -->
<div class="commit sansserif"> <div class="commit sansserif">
<h2 class="date">28 May 2024</h2>
<h3 class="author">Moltijoe updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Refactors lava into being a component with different types for toxic water and plasma rivers</li>
<li class="bugfix">can now rcd toxic water</li>
<li class="bugfix">boats and grilles now protect from toxic water</li>
<li class="experiment">please tell me DIRECTLY if there's anything wonky about lava/plasma/toxic water</li>
</ul>
<h3 class="author">SapphicOverload updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed some edge cases allowing swarmers to create dangerous atmos conditions</li>
</ul>
<h2 class="date">27 May 2024</h2> <h2 class="date">27 May 2024</h2>
<h3 class="author">Moltijoe updated:</h3> <h3 class="author">Moltijoe updated:</h3>
<ul class="changes bgimages16"> <ul class="changes bgimages16">
@@ -1438,37 +1451,6 @@
<li class="rscadd">Mimes get their own special survival boxes</li> <li class="rscadd">Mimes get their own special survival boxes</li>
<li class="bugfix">Plasmaman clowns will properly get their plasma tank in their hugbox</li> <li class="bugfix">Plasmaman clowns will properly get their plasma tank in their hugbox</li>
</ul> </ul>
<h2 class="date">27 February 2024</h2>
<h3 class="author"> axietheaxolotl updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added pride pins</li>
</ul>
<h3 class="author">13spacemen updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Humans have shoe footprints again</li>
</ul>
<h3 class="author">Moltijoe updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes being unable to place items in closets or crates</li>
<li class="bugfix">Miners and mining medics now properly cause the mining base to start with the lights on</li>
<li class="bugfix">Fixes bugs with blood type compatibility</li>
<li class="bugfix">venus human trap bulb vines properly get destroyed when the bulb is</li>
<li class="bugfix">fixes a bug where emissive bodyparts showed as white in the character menu</li>
</ul>
<h3 class="author">Mqiib updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds the new Black Mamba for nuclear operatives to play with</li>
<li class="rscadd">Adds two new venom-related weapons for the Mamba</li>
</ul>
<h3 class="author">SapphicOverload updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed clothes that don't cover your hands protecting your hands from electric shock</li>
</ul>
<h3 class="author">adamsong updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">fixed info command showing numerical security levels</li>
</ul>
</div> </div>
<b>GoonStation 13 Development Team</b> <b>GoonStation 13 Development Team</b>

View File

@@ -44302,3 +44302,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2024-05-27: 2024-05-27:
Moltijoe: Moltijoe:
- tweak: Makes ethereal eye zoom toggleable - tweak: Makes ethereal eye zoom toggleable
2024-05-28:
Moltijoe:
- tweak: Refactors lava into being a component with different types for toxic water
and plasma rivers
- bugfix: can now rcd toxic water
- bugfix: boats and grilles now protect from toxic water
- experiment: please tell me DIRECTLY if there's anything wonky about lava/plasma/toxic
water
SapphicOverload:
- bugfix: Fixed some edge cases allowing swarmers to create dangerous atmos conditions

View File

@@ -1,7 +0,0 @@
author: "Moltijoe"
delete-after: true
changes:
- tweak: "Refactors lava into being a component with different types for toxic water and plasma rivers"
- bugfix: "can now rcd toxic water"
- bugfix: "boats and grilles now protect from toxic water"
- experiment: "please tell me DIRECTLY if there's anything wonky about lava/plasma/toxic water"

View File

@@ -1,4 +0,0 @@
author: "SapphicOverload"
delete-after: true
changes:
- bugfix: "Fixed some edge cases allowing swarmers to create dangerous atmos conditions"