Mechoid's a butt

This commit is contained in:
Atermonera
2018-08-08 20:55:04 -07:00
parent 7d288746ad
commit 6b86f7e0b5
5 changed files with 31 additions and 52 deletions
+19 -3
View File
@@ -53,6 +53,22 @@
-->
<div class="commit sansserif">
<h2 class="date">08 August 2018</h2>
<h3 class="author">Atermonera updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">The supply controller has been refactored and shifted to nanoUI.</li>
<li class="rscadd">The ordering and control consoles are now generally upgraded in terms of information and options.</li>
</ul>
<h3 class="author">Mechoid updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Hallucinations are no longer only Pun Pun.</li>
</ul>
<h3 class="author">Neerti updated:</h3>
<ul class="changes bgimages16">
<li class="soundadd">Adds new ambience sounds for various areas, especially on the surface of Sif.</li>
<li class="sounddel">Removes low and high-pitched droning from available ambience. Consider trying ambience again if you had turned it off to avoid those.</li>
</ul>
<h2 class="date">01 August 2018</h2>
<h3 class="author">KasparoVv updated:</h3>
<ul class="changes bgimages16">
@@ -147,8 +163,8 @@
</ul>
<h3 class="author">Mechoid updated:</h3>
<ul class="changes bgimages16">
<li class="rsctweak">Promethean limbs store more damage.</li>
<li class="rsctweak">Promethean limbs, in addition to normal severing rules, have a higher chance to be splattered or ashed once they reach maximum damage.</li>
<li class="tweak">Promethean limbs store more damage.</li>
<li class="tweak">Promethean limbs, in addition to normal severing rules, have a higher chance to be splattered or ashed once they reach maximum damage.</li>
<li class="rscadd">Limbs can now spread their damage to neighbors with the spread_dam var, when reaching max damage.</li>
</ul>
<h3 class="author">PrismaticGynoid updated:</h3>
@@ -282,7 +298,7 @@
<ul class="changes bgimages16">
<li class="tweak">Broken APCs can be bashed open with slightly smaller objects now. This means wrenches are acceptable, no need to hunt down a fire extinguisher.</li>
<li class="rscdel">EVA rigsuit/hardsuit no longer holds toolboxes in suit storage since those have been a volume inventory for some time now. RIP ghetto satchel.</li>
<li class="rsctweak">CE's rigsuit/hardsuit no longer holds pickaxes and ore satchels, but can now hold inflateables.</li>
<li class="tweak">CE's rigsuit/hardsuit no longer holds pickaxes and ore satchels, but can now hold inflateables.</li>
<li class="bugfix">Retracting rigsuit/hardsuit helmets with no valid mask equipped now disables internals.</li>
<li class="bugfix">Offline rigsuits/hardsuits are no longer considered valid air supplies by the internals button. Before, your internals would instantly shut off before you could get a breath out of the rigsuit. Now, the internals button will look for a different tank instead.</li>
<li class="rscadd">Tajaran now get to keep their tails when they wear the EVA, RD, or Industrial rigsuits/hardsuits. Unathi sprites to come soon!</li>
+12
View File
@@ -4201,3 +4201,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PrismaticGynoid:
- rscadd: Adds four types of colorblindness to the traits in the setup menu.
- tweak: pAIs can now be picked up while unfolded, and can display more than 9 emotions.
2018-08-08:
Atermonera:
- rscadd: The supply controller has been refactored and shifted to nanoUI.
- rscadd: The ordering and control consoles are now generally upgraded in terms
of information and options.
Mechoid:
- rsctweak: Hallucinations are no longer only Pun Pun.
Neerti:
- soundadd: Adds new ambience sounds for various areas, especially on the surface
of Sif.
- sounddel: Removes low and high-pitched droning from available ambience. Consider
trying ambience again if you had turned it off to avoid those.
@@ -1,5 +0,0 @@
author: Atermonera
delete-after: True
changes:
- rscadd: "The supply controller has been refactored and shifted to nanoUI."
- rscadd: "The ordering and control consoles are now generally upgraded in terms of information and options."
@@ -1,7 +0,0 @@
author: Mechoid
delete-after: True
changes:
- rsctweak: "Hallucinations are no longer only Pun Pun."
-37
View File
@@ -1,37 +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
#################################
# Your name.
author: Neerti
# 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:
- soundadd: "Adds new ambience sounds for various areas, especially on the surface of Sif."
- sounddel: "Removes low and high-pitched droning from available ambience. Consider trying ambience again if you had turned it off to avoid those."