"[ci skip] Automatic Build - 2022.05.18.10.52.51"

This commit is contained in:
AuroraBuildBot
2022-05-18 10:52:51 +00:00
parent f7cfb72ce9
commit 6c40761e54
4 changed files with 19 additions and 20 deletions
+11
View File
@@ -35,6 +35,17 @@
-->
<div class="commit sansserif">
<h2 class="date">18 May 2022</h2>
<h3 class="author">Ben10083 updated:</h3>
<ul class="changes bgimages16">
<li class="maptweak">Machinist can now use the airlocks south west of their workshop.</li>
</ul>
<h3 class="author">JohnWildkins updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Adds missing fire alarms and emergency shutters to several rooms on the Horizon, Aurora, and Runtime.</li>
<li class="backend">Adds a unit test to check that all rooms that should have a fire alarm, do.</li>
</ul>
<h2 class="date">17 May 2022</h2>
<h3 class="author">JohnWildkins updated:</h3>
<ul class="changes bgimages16">
+8
View File
@@ -24112,3 +24112,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
WowzewoW (Wezzy):
- tweak: Changed terminal sprites.
- imageadd: Ringer has a new sprite.
2022-05-18:
Ben10083:
- maptweak: Machinist can now use the airlocks south west of their workshop.
JohnWildkins:
- bugfix: Adds missing fire alarms and emergency shutters to several rooms on the
Horizon, Aurora, and Runtime.
- backend: Adds a unit test to check that all rooms that should have a fire alarm,
do.
-13
View File
@@ -1,13 +0,0 @@
# Your name.
author: Ben10083
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- maptweak: "Machinist can now use the airlocks south west of their workshop."
@@ -1,7 +0,0 @@
author: JohnWildkins
delete-after: True
changes:
- bugfix: "Adds missing fire alarms and emergency shutters to several rooms on the Horizon, Aurora, and Runtime."
- backend: "Adds a unit test to check that all rooms that should have a fire alarm, do."