"[ci skip] Automatic Build - 2021.02.23.15.54.24"

This commit is contained in:
AuroraBuildBot
2021-02-23 15:54:24 +00:00
parent b8adc6663c
commit 89f3fb2b6d
3 changed files with 13 additions and 43 deletions
+6
View File
@@ -42,6 +42,12 @@
<li class="rscadd">Added ore detectors to xenoarch excavation lockers.</li>
<li class="tweak">You can no longer toggle your hardsuit pieces while incapacitated.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Tear gas should now be much more effective.</li>
<li class="tweak">Stun batons now disperse pain all over the body. What happened previously was that hitting the same body part would not cause spillover, thus keeping the mob&#x27;s pain at that limb&#x27;s total pain cap.</li>
<li class="tweak">Adrenaline generation is now capped and will not be generated if there is more than 15u in the system.</li>
</ul>
<h3 class="author">WickedCybs updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Rectified a mistake that was missed on the Tajara Bangs Alt hairstyle. A superfluous pixel was removed.</li>
+7
View File
@@ -18448,6 +18448,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
as major artifacts.
- rscadd: Added ore detectors to xenoarch excavation lockers.
- tweak: You can no longer toggle your hardsuit pieces while incapacitated.
MattAtlas:
- tweak: Tear gas should now be much more effective.
- tweak: Stun batons now disperse pain all over the body. What happened previously
was that hitting the same body part would not cause spillover, thus keeping
the mob&#x27;s pain at that limb&#x27;s total pain cap.
- tweak: Adrenaline generation is now capped and will not be generated if there
is more than 15u in the system.
WickedCybs:
- bugfix: Rectified a mistake that was missed on the Tajara Bangs Alt hairstyle.
A superfluous pixel was removed.
-43
View File
@@ -1,43 +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: MattAtlas
# 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:
- tweak: "Tear gas should now be much more effective."
- tweak: "Stun batons now disperse pain all over the body. What happened previously was that hitting the same body part would not cause spillover, thus keeping the mob's pain at that limb's total pain cap."
- tweak: "Adrenaline generation is now capped and will not be generated if there is more than 15u in the system."