mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
"[ci skip] Automatic Build - 2021.04.07.14.28.07"
This commit is contained in:
@@ -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 & 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 & 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">
|
||||
|
||||
@@ -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 & 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 & 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.
|
||||
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
@@ -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."
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user