Automatic changelog compile, [ci skip]

This commit is contained in:
ParadiseSS13-Bot
2019-04-02 00:02:11 +00:00
parent 8985b3d839
commit 462279663d
4 changed files with 19 additions and 10 deletions
+12
View File
@@ -56,6 +56,18 @@
-->
<div class="commit sansserif">
<h2 class="date">02 April 2019</h2>
<h3 class="author">Markolie updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixed some issues the compiler doesn't spot and some start up issues.</li>
</ul>
<h3 class="author">farie82 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Antidrop give edge case fixed</li>
<li class="bugfix">Can't give items to resting people now</li>
<li class="bugfix">put_in_hands now checks if you actually have hands</li>
</ul>
<h2 class="date">01 April 2019</h2>
<h3 class="author">Arkatos updated:</h3>
<ul class="changes bgimages16">
+7
View File
@@ -9610,3 +9610,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Bluespace golems no longer can crash the server
- tweak: Spontaneous combustion now has a minimum stacksize of 1. No more getting
wet from the fire virus
2019-04-02:
Markolie:
- bugfix: Fixed some issues the compiler doesn't spot and some start up issues.
farie82:
- bugfix: Antidrop give edge case fixed
- bugfix: Can't give items to resting people now
- bugfix: put_in_hands now checks if you actually have hands
@@ -1,6 +0,0 @@
author: "farie82"
delete-after: True
changes:
- bugfix: "Antidrop give edge case fixed"
- bugfix: "Can't give items to resting people now"
- bugfix: "put_in_hands now checks if you actually have hands"
@@ -1,4 +0,0 @@
author: "Markolie"
delete-after: True
changes:
- bugfix: "Fixed some issues the compiler doesn't spot and some start up issues."