mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
"[ci skip] Automatic Build - 2022.08.14.19.44.08"
This commit is contained in:
@@ -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'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' quarters and adds one for shared usage.</li>
|
||||
</ul>
|
||||
<h3 class="author">RyverStyx, listerla updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -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'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' 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.
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user