"[ci skip] Automatic Build - 2021.11.18.19.10.57"

This commit is contained in:
AuroraBuildBot
2021-11-18 19:10:57 +00:00
parent c312660b4b
commit 79f1606c74
5 changed files with 27 additions and 17 deletions
+17
View File
@@ -35,6 +35,23 @@
-->
<div class="commit sansserif">
<h2 class="date">18 November 2021</h2>
<h3 class="author">Desven updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed some body marks not properly showing.</li>
<li class="bugfix">Fixed those marks not being selectable for Axiori Skrell.</li>
</ul>
<h3 class="author">Geeves updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Hammers can now properly repair airlocks.</li>
</ul>
<h3 class="author">martinlyra updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Successful cooking now informs the cook what has been synthesized</li>
<li class="rscadd">Examining plates / bowls now hint the player how to use them for cooking</li>
<li class="backend">Added `pluralize_word` for naive pluralization of nouns</li>
</ul>
<h2 class="date">17 November 2021</h2>
<h3 class="author">RyverStyx updated:</h3>
<ul class="changes bgimages16">
+10
View File
@@ -22132,3 +22132,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
RyverStyx:
- tweak: Fixing the Jargon blurb to be lore compliant.
- rscadd: Allowing Dionae to be Jargon Consulars.
2021-11-18:
Desven:
- bugfix: Fixed some body marks not properly showing.
- bugfix: Fixed those marks not being selectable for Axiori Skrell.
Geeves:
- bugfix: Hammers can now properly repair airlocks.
martinlyra:
- rscadd: Successful cooking now informs the cook what has been synthesized
- rscadd: Examining plates / bowls now hint the player how to use them for cooking
- backend: Added `pluralize_word` for naive pluralization of nouns
-5
View File
@@ -1,5 +0,0 @@
author: Desven
delete-after: True
changes:
- bugfix: "Fixed some body marks not properly showing."
- bugfix: "Fixed those marks not being selectable for Axiori Skrell."
@@ -1,6 +0,0 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Hammers can now properly repair airlocks."
-6
View File
@@ -1,6 +0,0 @@
author: martinlyra
delete-after: True
changes:
- rscadd: "Successful cooking now informs the cook what has been synthesized"
- rscadd: "Examining plates / bowls now hint the player how to use them for cooking"
- backend: "Added `pluralize_word` for naive pluralization of nouns"