mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
"[ci skip] Automatic Build - 2022.09.09.17.57.54"
This commit is contained in:
@@ -44,11 +44,16 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Lets xenoarchaelogists pick hardhats and the mining overalls in the loadout. Adds a regular yellow hardhat to their lockers.</li>
|
||||
<li class="bugfix">Fixes access on the xenoarcheologists locker not using their dedicated access.</li>
|
||||
<li class="rscadd">Adds an alternative sweater that pairs well with a shirt underneath.</li>
|
||||
</ul>
|
||||
<h3 class="author">WickedCybs updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added missing fire shutters to the maint between the library and security as well as the little gardening area underneath the kitchen.</li>
|
||||
</ul>
|
||||
<h3 class="author">Wowzewow (Wezzy) updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscdel">Scrubs some Resomi stuff from code.</li>
|
||||
</ul>
|
||||
<h3 class="author">Yonnimer updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added a Dionae loadout selection, along with four dionae-specific items to it</li>
|
||||
@@ -58,6 +63,13 @@
|
||||
<ul class="changes bgimages16">
|
||||
<li class="spellcheck">Fixed typos of 'respiratory' in the breath analyzer.</li>
|
||||
<li class="tweak">Made the white hijab the default, as to fix the colorable hijab's name.</li>
|
||||
<li class="rscadd">Buffed the xenoarch belt to have 9 slots.</li>
|
||||
<li class="rscdel">Explorer's belt and xenoarch's belt may now hold ore detectors.</li>
|
||||
</ul>
|
||||
<h3 class="author">niennab updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added openable versions of the existing faction long labcoats</li>
|
||||
<li class="tweak">Tweaked the shading on the faction long labcoats.</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">07 September 2022</h2>
|
||||
|
||||
@@ -25896,9 +25896,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
Adds a regular yellow hardhat to their lockers.
|
||||
- bugfix: Fixes access on the xenoarcheologists locker not using their dedicated
|
||||
access.
|
||||
- rscadd: Adds an alternative sweater that pairs well with a shirt underneath.
|
||||
WickedCybs:
|
||||
- rscadd: Added missing fire shutters to the maint between the library and security
|
||||
as well as the little gardening area underneath the kitchen.
|
||||
Wowzewow (Wezzy):
|
||||
- rscdel: Scrubs some Resomi stuff from code.
|
||||
Yonnimer:
|
||||
- rscadd: Added a Dionae loadout selection, along with four dionae-specific items
|
||||
to it
|
||||
@@ -25907,3 +25910,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- spellcheck: Fixed typos of 'respiratory' in the breath analyzer.
|
||||
- tweak: Made the white hijab the default, as to fix the colorable hijab's
|
||||
name.
|
||||
- rscadd: Buffed the xenoarch belt to have 9 slots.
|
||||
- rscdel: Explorer's belt and xenoarch's belt may now hold ore detectors.
|
||||
niennab:
|
||||
- rscadd: Added openable versions of the existing faction long labcoats
|
||||
- tweak: Tweaked the shading on the faction long labcoats.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Adds an alternative sweater that pairs well with a shirt underneath."
|
||||
@@ -1,7 +0,0 @@
|
||||
author: listerla
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Buffed the xenoarch belt to have 9 slots."
|
||||
- rscdel: "Explorer's belt and xenoarch's belt may now hold ore detectors."
|
||||
@@ -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: niennab
|
||||
|
||||
# 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:
|
||||
- rscadd: "Added openable versions of the existing faction long labcoats"
|
||||
- tweak: "Tweaked the shading on the faction long labcoats."
|
||||
@@ -1,41 +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: Wowzewow (Wezzy)
|
||||
|
||||
# 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:
|
||||
- rscdel: "Scrubs some Resomi stuff from code."
|
||||
Reference in New Issue
Block a user