"[ci skip] Automatic Build - 2020.02.19.22.39.41"

This commit is contained in:
AuroraBuildBot
2020-02-19 22:39:42 +00:00
parent a780cf289b
commit c3d326e06c
3 changed files with 14 additions and 15 deletions
+6
View File
@@ -46,6 +46,12 @@
<li class="rscadd">Gave constructs non-numerical randomized names, credits to Kaed.</li>
<li class="rscadd">Added a new gamemode, Insurrection, which features Borers and Revolutionaries.</li>
</ul>
<h3 class="author">Scheveningen updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Most forms of flashes/blinds, especially mounted flashers, now confuse organics after blinding.</li>
<li class="tweak">Confusion has been buffed up a bit to make you move in an unintended direction a bit more often.</li>
<li class="tweak">Pocket flashes have had their break chance lowered, and unified together and now don't have a ridiculous chance of breaking for manually using them. This mechanic was a problem for too many years, sorry.</li>
</ul>
<h3 class="author">mikomyazaki updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Robots moving away while someone tries to crowbar them open/closed will now properly cancel the opening/closing.</li>
+8
View File
@@ -11877,6 +11877,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
and Altars.
- rscadd: Gave constructs non-numerical randomized names, credits to Kaed.
- rscadd: Added a new gamemode, Insurrection, which features Borers and Revolutionaries.
Scheveningen:
- rscadd: Most forms of flashes/blinds, especially mounted flashers, now confuse
organics after blinding.
- tweak: Confusion has been buffed up a bit to make you move in an unintended direction
a bit more often.
- tweak: Pocket flashes have had their break chance lowered, and unified together
and now don't have a ridiculous chance of breaking for manually using them.
This mechanic was a problem for too many years, sorry.
mikomyazaki:
- bugfix: Robots moving away while someone tries to crowbar them open/closed will
now properly cancel the opening/closing.
-15
View File
@@ -1,15 +0,0 @@
# Your name.
author: Scheveningen
# 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: "Most forms of flashes/blinds, especially mounted flashers, now confuse organics after blinding."
- tweak: "Confusion has been buffed up a bit to make you move in an unintended direction a bit more often."
- tweak: "Pocket flashes have had their break chance lowered, and unified together and now don't have a ridiculous chance of breaking for manually using them. This mechanic was a problem for too many years, sorry."