"[ci skip] Automatic Build - 2020.03.26.20.49.21"

This commit is contained in:
AuroraBuildBot
2020-03-26 20:49:21 +00:00
parent c422449d5f
commit 837e51c7e6
4 changed files with 21 additions and 17 deletions
+7
View File
@@ -49,6 +49,13 @@
<li class="rscadd">Added station alert level to the late join menu.</li>
<li class="rscadd">Added selected character name to the default join menu.</li>
<li class="bugfix">It is now impossible to attack people with unarmed attacks while incapacitated.</li>
<li class="rscadd">Implements a Piping Rapid Fabrication Device, otherwise known as the RFD-P.</li>
<li class="rscadd">Alt-clicking changes what types of pipes you can select, clicking on it in-hand or pressing Z while it's in your active hand will let you choose a specific pipe.</li>
<li class="backend">Added a framework to easily attach signalers to any type of machinery, codewise.</li>
<li class="rscadd">You can now place a signaler on an emitter to remotely activate it. It follows the same activation rules as a standard user.</li>
<li class="rscadd">EMPing an emitter now causes it to toggle its state, if it's ready to fire.</li>
<li class="rscadd">Emagging an emitter now doubles the amount of burst shots it takes and halves the minimum and maximum times between bursts.</li>
<li class="tweak">Tweak the message signalers vocalize when they receive a message. Tweak the look and feel of emitters, try examining them sometime.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
+14
View File
@@ -12359,6 +12359,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Added station alert level to the late join menu.
- rscadd: Added selected character name to the default join menu.
- bugfix: It is now impossible to attack people with unarmed attacks while incapacitated.
- rscadd: Implements a Piping Rapid Fabrication Device, otherwise known as the RFD-P.
- rscadd: Alt-clicking changes what types of pipes you can select, clicking on it
in-hand or pressing Z while it's in your active hand will let you choose a specific
pipe.
- backend: Added a framework to easily attach signalers to any type of machinery,
codewise.
- rscadd: You can now place a signaler on an emitter to remotely activate it. It
follows the same activation rules as a standard user.
- rscadd: EMPing an emitter now causes it to toggle its state, if it's ready to
fire.
- rscadd: Emagging an emitter now doubles the amount of burst shots it takes and
halves the minimum and maximum times between bursts.
- tweak: Tweak the message signalers vocalize when they receive a message. Tweak
the look and feel of emitters, try examining them sometime.
MattAtlas:
- bugfix: Kois spores no longer infect Vaurca.
- tweak: Removed extra move delay on a lot of automatic guns.
-10
View File
@@ -1,10 +0,0 @@
author: Geeves
delete-after: True
changes:
- backend: "Added a framework to easily attach signalers to any type of machinery, codewise."
- rscadd: "You can now place a signaler on an emitter to remotely activate it. It follows the same activation rules as a standard user."
- rscadd: "EMPing an emitter now causes it to toggle its state, if it's ready to fire."
- rscadd: "Emagging an emitter now doubles the amount of burst shots it takes and halves the minimum and maximum times between bursts."
- tweak: "Tweak the message signalers vocalize when they receive a message. Tweak the look and feel of emitters, try examining them sometime."
-7
View File
@@ -1,7 +0,0 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Implements a Piping Rapid Fabrication Device, otherwise known as the RFD-P."
- rscadd: "Alt-clicking changes what types of pipes you can select, clicking on it in-hand or pressing Z while it's in your active hand will let you choose a specific pipe."