"[ci skip] Automatic Build - 2020.10.26.17.40.42"

This commit is contained in:
AuroraBuildBot
2020-10-26 17:40:42 +00:00
parent 9277165fc2
commit acc7a87724
4 changed files with 23 additions and 14 deletions
+9
View File
@@ -39,6 +39,10 @@
<h3 class="author">Amunak updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">All opacity changes (like when you toggle tinted windows) should now trigger camera visibility update (so that the AI can't spy through tinted windows until something else triggers the update).</li>
<li class="maptweak">Camera in Consular Office and Representative's Office has been removed for their privacy. Instead the Diplomatic Reception has additional camera so that the AI can still see inside both rooms as long as the window tint is off. Even with the tint on with open doors the AI can see at least the chairs of the representatives.</li>
<li class="maptweak">Added missing bolt buttons for toilettes: engineering, command, patient.</li>
<li class="maptweak">Replaced regular bed in ICU with a roller bed.</li>
<li class="maptweak">Added a bucket to medical custodial storage.</li>
</ul>
<h3 class="author">Geeves updated:</h3>
<ul class="changes bgimages16">
@@ -52,6 +56,11 @@
<li class="rscadd">Added and mapped in a Slime Extractor to the Xenobio level, which extract all the cores within a slime, it will deposit them into a slime core bag if one is next to it. It can be upgraded.</li>
<li class="rscadd">Added the above's machine circuit to circuit imprinters.</li>
</ul>
<h3 class="author">JohnWildkins updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Items can no longer be placed through closed windoors, nor can mobs be attacked past them.</li>
<li class="tweak">Windoors are now affected by power loss; non-secure (brig) windoors no longer check for access, but must be pushed open. Brig windoors lock shut and cannot be moved without power.</li>
</ul>
<h3 class="author">MattAtlas updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes some emotes such as pain dropping items not working.</li>
+14
View File
@@ -16348,6 +16348,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: All opacity changes (like when you toggle tinted windows) should now trigger
camera visibility update (so that the AI can't spy through tinted windows until
something else triggers the update).
- maptweak: Camera in Consular Office and Representative's Office has been removed
for their privacy. Instead the Diplomatic Reception has additional camera so
that the AI can still see inside both rooms as long as the window tint is off.
Even with the tint on with open doors the AI can see at least the chairs of
the representatives.
- maptweak: 'Added missing bolt buttons for toilettes: engineering, command, patient.'
- maptweak: Replaced regular bed in ICU with a roller bed.
- maptweak: Added a bucket to medical custodial storage.
Geeves:
- bugfix: Fixes a sprite issue where vaurca warrior's left feet were one pixel too
far to the left, causing their feet to appear outside their shoes.
@@ -16363,6 +16371,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
all the cores within a slime, it will deposit them into a slime core bag if
one is next to it. It can be upgraded.
- rscadd: Added the above's machine circuit to circuit imprinters.
JohnWildkins:
- bugfix: Items can no longer be placed through closed windoors, nor can mobs be
attacked past them.
- tweak: Windoors are now affected by power loss; non-secure (brig) windoors no
longer check for access, but must be pushed open. Brig windoors lock shut and
cannot be moved without power.
MattAtlas:
- bugfix: Fixes some emotes such as pain dropping items not working.
Snakebittenn:
-7
View File
@@ -1,7 +0,0 @@
author: Amunak
delete-after: True
changes:
- maptweak: "Camera in Consular Office and Representative's Office has been removed for their privacy. Instead the Diplomatic Reception has additional camera so that the AI can still see inside both rooms as long as the window tint is off. Even with the tint on with open doors the AI can see at least the chairs of the representatives."
- maptweak: "Added missing bolt buttons for toilettes: engineering, command, patient."
- maptweak: "Replaced regular bed in ICU with a roller bed."
- maptweak: "Added a bucket to medical custodial storage."
-7
View File
@@ -1,7 +0,0 @@
author: JohnWildkins
delete-after: True
changes:
- bugfix: "Items can no longer be placed through closed windoors, nor can mobs be attacked past them."
- tweak: "Windoors are now affected by power loss; non-secure (brig) windoors no longer check for access, but must be pushed open. Brig windoors lock shut and cannot be moved without power."