"[ci skip] Automatic Build - 2022.08.14.19.44.08"

This commit is contained in:
AuroraBuildBot
2022-08-14 19:44:08 +00:00
parent cf7902c9a7
commit 50cd5af1a2
4 changed files with 12 additions and 48 deletions
+6
View File
@@ -36,6 +36,10 @@
<div class="commit sansserif">
<h2 class="date">14 August 2022</h2>
<h3 class="author">Alberyk updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Vines no longer spawn on exoplanets.</li>
</ul>
<h3 class="author">Karakamenk updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Added lanterns to the mining locker.</li>
@@ -48,6 +52,8 @@
<h3 class="author">Omicega updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes an atmospherics mapping error affecting all of deck two&#x27;s service wing.</li>
<li class="maptweak">Adds a vent and scrubber to a section of the central hallway which keeps sectioning itself off with shutters.</li>
<li class="maptweak">Removes a full four toolboxes from the first responders&#x27; quarters and adds one for shared usage.</li>
</ul>
<h3 class="author">RyverStyx, listerla updated:</h3>
<ul class="changes bgimages16">
+6
View File
@@ -25578,6 +25578,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
SleepyGemmy:
- bugfix: Fixes faulty access on some doors.
2022-08-14:
Alberyk:
- bugfix: Vines no longer spawn on exoplanets.
Karakamenk:
- tweak: Added lanterns to the mining locker.
KingOfThePing:
@@ -25587,6 +25589,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Omicega:
- bugfix: Fixes an atmospherics mapping error affecting all of deck two&#x27;s service
wing.
- maptweak: Adds a vent and scrubber to a section of the central hallway which keeps
sectioning itself off with shutters.
- maptweak: Removes a full four toolboxes from the first responders&#x27; quarters
and adds one for shared usage.
RyverStyx, listerla:
- rscadd: Added a number of Skrell foods, produced with neaera organs.
- rscadd: Added fjylozyn, a mildly toxic Skrell plant.
-6
View File
@@ -1,6 +0,0 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Vines no longer spawn on exoplanets."
@@ -1,42 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: Omicega
# 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: "Adds a vent and scrubber to a section of the central hallway which keeps sectioning itself off with shutters."
- maptweak: "Removes a full four toolboxes from the first responders' quarters and adds one for shared usage."