"[ci skip] Automatic Build - 2021.04.07.14.28.07"

This commit is contained in:
AuroraBuildBot
2021-04-07 14:28:07 +00:00
parent 06a4327ff2
commit 3023212c31
9 changed files with 36 additions and 70 deletions
+13
View File
@@ -45,14 +45,27 @@
<li class="rscadd">You can now drag an IV bag onto someone to hook them up to it, provided its in one of your hands.</li>
<li class="rscadd">IV bag sprites now change to show how full they are, in 25% increments.</li>
<li class="rscadd">Half-full IV bags are now considered small and will fit in things like pockets.</li>
<li class="rscadd">Ninjas now spawn with a token that allows them to select which hardsuit they want. This will spawn a gear crate with the associated gear.</li>
<li class="rscdel">Ninjas no longer spawn with the stealth suit.</li>
<li class="rscdel">Removed the Equipped Hardsuits ninja uplink category.</li>
<li class="tweak">Ninjas now start with 15 telecrystals instead of 25.</li>
<li class="tweak">Tweaked VueUI progress bars, they should look nicer now.</li>
</ul>
<h3 class="author">JohnWildkins updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes overmap console processing / topic calls, so the consoles properly function now. Also stops an infinite-lifecycle loop while viewing the overmap.</li>
<li class="bugfix">Rags can now be filled at sinks once again.</li>
<li class="bugfix">Ashtrays can now be emptied properly, and ashtray icons now update properly when emptied and filled. Ashtrays made of a brittle material will now also shatter if destroyed.</li>
</ul>
<h3 class="author">TheGreyWolf updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Human passports &amp; passcards will no longer say they are corporate security.</li>
<li class="rscadd">Evidence bags can now be labelled by using a pen on them.</li>
<li class="bugfix">Swabbing a vial with blood will now properly give the dna type.</li>
<li class="tweak">The various evidence reports generated from the forensic equipment are now uniform in their naming.</li>
<li class="tweak">Labelers are now small sized items rather than normal sized.</li>
<li class="maptweak">Added a labeler to evidence storage and moved the labeler &amp; package wrapper from the investigator desk to the rack in their office.</li>
<li class="maptweak">A water cooler has been added to the security lobby along with a sink and a rag in their break room to clean up those donut crumbs everywhere.</li>
</ul>
<h3 class="author">WickedCybs updated:</h3>
<ul class="changes bgimages16">
+19
View File
@@ -19252,12 +19252,31 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: IV bag sprites now change to show how full they are, in 25% increments.
- rscadd: Half-full IV bags are now considered small and will fit in things like
pockets.
- rscadd: Ninjas now spawn with a token that allows them to select which hardsuit
they want. This will spawn a gear crate with the associated gear.
- rscdel: Ninjas no longer spawn with the stealth suit.
- rscdel: Removed the Equipped Hardsuits ninja uplink category.
- tweak: Ninjas now start with 15 telecrystals instead of 25.
- tweak: Tweaked VueUI progress bars, they should look nicer now.
JohnWildkins:
- bugfix: Fixes overmap console processing / topic calls, so the consoles properly
function now. Also stops an infinite-lifecycle loop while viewing the overmap.
- bugfix: Rags can now be filled at sinks once again.
- bugfix: Ashtrays can now be emptied properly, and ashtray icons now update properly
when emptied and filled. Ashtrays made of a brittle material will now also shatter
if destroyed.
TheGreyWolf:
- bugfix: Human passports &amp; passcards will no longer say they are corporate
security.
- rscadd: Evidence bags can now be labelled by using a pen on them.
- bugfix: Swabbing a vial with blood will now properly give the dna type.
- tweak: The various evidence reports generated from the forensic equipment are
now uniform in their naming.
- tweak: Labelers are now small sized items rather than normal sized.
- maptweak: Added a labeler to evidence storage and moved the labeler &amp; package
wrapper from the investigator desk to the rack in their office.
- maptweak: A water cooler has been added to the security lobby along with a sink
and a rag in their break room to clean up those donut crumbs everywhere.
WickedCybs:
- rscadd: Added an alternate Idris beret that has a cyan symbol rather than gold.
This should help with colour cordination.
-46
View File
@@ -1,46 +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: TheGreyWolf
# 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: "Evidence bags can now be labelled by using a pen on them."
- bugfix: "Swabbing a vial with blood will now properly give the dna type."
- tweak: "The various evidence reports generated from the forensic equipment are now uniform in their naming."
- tweak: "Labelers are now small sized items rather than normal sized."
- maptweak: "Added a labeler to evidence storage and moved the labeler & package wrapper from the investigator desk to the rack in their office."
- maptweak: "A water cooler has been added to the security lobby along with a sink and a rag in their break room to clean up those donut crumbs everywhere."
@@ -1,6 +0,0 @@
author: Geeves
delete-after: True
changes:
- tweak: "Tweaked VueUI progress bars, they should look nicer now."
-9
View File
@@ -1,9 +0,0 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Ninjas now spawn with a token that allows them to select which hardsuit they want. This will spawn a gear crate with the associated gear."
- rscdel: "Ninjas no longer spawn with the stealth suit."
- rscdel: "Removed the Equipped Hardsuits ninja uplink category."
- tweak: "Ninjas now start with 15 telecrystals instead of 25."
-5
View File
@@ -1,5 +0,0 @@
author: JohnWildkins
delete-after: True
changes:
- bugfix: "Rags can now be filled at sinks once again."
- bugfix: "Ashtrays can now be emptied properly, and ashtray icons now update properly when emptied and filled. Ashtrays made of a brittle material will now also shatter if destroyed."
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long