"[ci skip] Automatic Build - 2022.12.18.19.24.33"

This commit is contained in:
AuroraBuildBot
2022-12-18 19:24:33 +00:00
parent 252436ae4d
commit 6e0f421fcb
4 changed files with 20 additions and 14 deletions
+10
View File
@@ -36,10 +36,20 @@
<div class="commit sansserif">
<h2 class="date">18 December 2022</h2>
<h3 class="author">Geeves updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Your body will now disentegrate into a skeleton on death if you have more than 100 genetic damage.</li>
<li class="rscadd">Added skeleton sprites for monkeys.</li>
<li class="backend">Refactored mutation code to use bitflags rather than a list, making it faster and less memory intensive.</li>
</ul>
<h3 class="author">SleepyGemmy updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Restores the custodial utility holster sprites.</li>
</ul>
<h3 class="author">WickedCybs updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Motherships for shuttles will now use a more visible icon type on the overmap so they can differentiate themselves from their shuttles. Shuttles and motherships will share the same colour.</li>
</ul>
<h3 class="author">listerla updated:</h3>
<ul class="changes bgimages16">
<li class="imageadd">Ported Xenoarchaeology artifact and machinery sprites from Tau Ceti Station.</li>
+10
View File
@@ -27170,8 +27170,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
atteria:
- tweak: Improved the coloring of yarn items.
2022-12-18:
Geeves:
- rscadd: Your body will now disentegrate into a skeleton on death if you have more
than 100 genetic damage.
- rscadd: Added skeleton sprites for monkeys.
- backend: Refactored mutation code to use bitflags rather than a list, making it
faster and less memory intensive.
SleepyGemmy:
- bugfix: Restores the custodial utility holster sprites.
WickedCybs:
- bugfix: Motherships for shuttles will now use a more visible icon type on the
overmap so they can differentiate themselves from their shuttles. Shuttles and
motherships will share the same colour.
listerla:
- imageadd: Ported Xenoarchaeology artifact and machinery sprites from Tau Ceti
Station.
-6
View File
@@ -1,6 +0,0 @@
author: WickedCybs
delete-after: True
changes:
- bugfix: "Motherships for shuttles will now use a more visible icon type on the overmap so they can differentiate themselves from their shuttles. Shuttles and motherships will share the same colour."
-8
View File
@@ -1,8 +0,0 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Your body will now disentegrate into a skeleton on death if you have more than 100 genetic damage."
- rscadd: "Added skeleton sprites for monkeys."
- backend: "Refactored mutation code to use bitflags rather than a list, making it faster and less memory intensive."