Changelogs - 31AUG2016

This commit is contained in:
skull132
2016-08-31 14:57:35 -04:00
parent fe530f9ef0
commit 10c461bb4e
5 changed files with 19 additions and 21 deletions
+11
View File
@@ -56,6 +56,17 @@
-->
<div class="commit sansserif">
<h2 class="date">31 August 2016</h2>
<h3 class="author">Bedshaped updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added species check helpers to the code.</li>
<li class="rscadd">ATMs will now announce their ID and location when put in lockdown.</li>
<li class="tweak">ATMs can no longer scan a person for an ID, must be inserted.</li>
<li class="wip">Various bits of code reorganizing.</li>
<li class="bugfix">HOTFIX: Printing paper from an ATM should no longer be able to be spammed.</li>
<li class="bugfix">You can no longer use an ATM if not adjacent to it.</li>
</ul>
<h2 class="date">25 August 2016</h2>
<h3 class="author">Bedshaped updated:</h3>
<ul class="changes bgimages16">
+8
View File
@@ -2575,3 +2575,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Spiderbot health increased from 10 to 25.
Skull132:
- bugfix: Potassium-water and nitroglycerin grenades now work again properly.
2016-08-31:
Bedshaped:
- rscadd: Added species check helpers to the code.
- rscadd: ATMs will now announce their ID and location when put in lockdown.
- tweak: ATMs can no longer scan a person for an ID, must be inserted.
- wip: Various bits of code reorganizing.
- bugfix: 'HOTFIX: Printing paper from an ATM should no longer be able to be spammed.'
- bugfix: You can no longer use an ATM if not adjacent to it.
-6
View File
@@ -1,6 +0,0 @@
author: Bedshaped
delete-after: True
changes:
- rscadd: "Added species check helpers to the code."
-8
View File
@@ -1,8 +0,0 @@
author: Bedshaped
delete-after: True
changes:
- rscadd: "ATMs will now announce their ID and location when put in lockdown."
- tweak: "ATMs can no longer scan a person for an ID, must be inserted."
- wip: "Various bits of code reorganizing."
-7
View File
@@ -1,7 +0,0 @@
author: Bedshaped
delete-after: True
changes:
- bugfix: "HOTFIX: Printing paper from an ATM should no longer be able to be spammed."
- bugfix: "You can no longer use an ATM if not adjacent to it."