Part 2 of CL

This commit is contained in:
TheFurryFeline
2019-05-27 00:57:45 -04:00
parent 38d0b84d12
commit 34ce565f2a
2 changed files with 23 additions and 0 deletions
+13
View File
@@ -53,6 +53,19 @@
-->
<div class="commit sansserif">
<h2 class="date">27 May 2019</h2>
<h3 class="author">Darlantanis updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes goldschlager to use the correct metamorphic glass sprite (it used vodka/gin before).</li>
<li class="rscadd">Adds a metamorphic pint glass.</li>
<li class="rscadd">Adds said glass to the booze-o-mat.</li>
</ul>
<h3 class="author">ExabyteDiscord updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Proper fix for Spaceacillin spam messages for Prometheans.</li>
<li class="bugfix">Simplify spaghetti code with antidepressants while fixing regularly displayed messages.</li>
</ul>
<h2 class="date">26 May 2019</h2>
<h3 class="author">Darlantanis updated:</h3>
<ul class="changes bgimages16">
+10
View File
@@ -4205,3 +4205,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
TheFurryFeline:
- bugfix: Fixes message spam for Prommies and Spaceacillin. Also reverts a past
edit to restore message outputs for psychiatric medications.
2019-05-27:
Darlantanis:
- bugfix: Fixes goldschlager to use the correct metamorphic glass sprite (it used
vodka/gin before).
- rscadd: Adds a metamorphic pint glass.
- rscadd: Adds said glass to the booze-o-mat.
ExabyteDiscord:
- bugfix: Proper fix for Spaceacillin spam messages for Prometheans.
- bugfix: Simplify spaghetti code with antidepressants while fixing regularly displayed
messages.