"[ci skip] Automatic Build - 2022.04.27.16.02.26"

This commit is contained in:
AuroraBuildBot
2022-04-27 16:02:26 +00:00
parent f122d35aa8
commit ee4ca3fa57
4 changed files with 11 additions and 48 deletions
+6
View File
@@ -43,6 +43,10 @@
<li class="bugfix">Fixed Leto Breeders not being able to select their citizenship.</li>
<li class="rscdel">Removed Hive citizenship for normal Vaurcae.</li>
</ul>
<h3 class="author">ImmortalRedshirt updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Miner lockers now contain one basic ship bounced radio each.</li>
</ul>
<h3 class="author">Omicega updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Removed redundant faction berets from certain job spawns. They still exist (and have always existed) in the faction section of the loadout as optional extras.</li>
@@ -56,6 +60,8 @@
<ul class="changes bgimages16">
<li class="bugfix">Fixed some buckle checks not doing their thing properly in machines like Recharger Stations, Sleepers, Cryo Cells, etc.</li>
<li class="bugfix">Fixed IV stand not crashing/ripping if the attached patient has a mask/IV, but not a tank/beaker installed in the stand itself.</li>
<li class="bugfix">Fixed the MMI with visible brain states to correctly display the skrell and vaurca ones.</li>
<li class="bugfix">Fixed Vaurcae brains being borg-able.</li>
</ul>
<h3 class="author">Vrow, KingOfThePing updated:</h3>
<ul class="changes bgimages16">
+5
View File
@@ -23451,6 +23451,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed some words in the Vaurca origins section.
- bugfix: Fixed Leto Breeders not being able to select their citizenship.
- rscdel: Removed Hive citizenship for normal Vaurcae.
ImmortalRedshirt:
- rscadd: Miner lockers now contain one basic ship bounced radio each.
Omicega:
- tweak: Removed redundant faction berets from certain job spawns. They still exist
(and have always existed) in the faction section of the loadout as optional
@@ -23463,6 +23465,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Recharger Stations, Sleepers, Cryo Cells, etc.
- bugfix: Fixed IV stand not crashing/ripping if the attached patient has a mask/IV,
but not a tank/beaker installed in the stand itself.
- bugfix: Fixed the MMI with visible brain states to correctly display the skrell
and vaurca ones.
- bugfix: Fixed Vaurcae brains being borg-able.
Vrow, KingOfThePing:
- imagedel: Removed old shaker sprite.
- imageadd: Added a new shaker that is more metallic, with additional detachable
@@ -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: ImmortalRedshirt
# 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: "Miner lockers now contain one basic ship bounced radio each."
-7
View File
@@ -1,7 +0,0 @@
author: Vrow
delete-after: True
changes:
- bugfix: "Fixed the MMI with visible brain states to correctly display the skrell and vaurca ones."
- bugfix: "Fixed Vaurcae brains being borg-able."