Merge remote-tracking branch 'Upstream/master' into TGUI-3.0

This commit is contained in:
Artur
2020-07-16 15:56:08 +03:00
19 changed files with 456 additions and 12 deletions
+22
View File
@@ -50,6 +50,28 @@
-->
<div class="commit sansserif">
<h2 class="date">16 July 2020</h2>
<h3 class="author">DeltaFire15 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes a zeolite runtime caused by a missing check.</li>
</ul>
<h3 class="author">Sneakyrat6 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes being able to meta people real name with OOC Notes</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">travelling traders from another dimension can now visit the station in search of something specific, and reward you for giving it to them</li>
<li class="bugfix">small error with pet carrier logic fixed and also making sure simple mobs are catered for properly inside bluespace jars</li>
<li class="bugfix">fixes coin related issue</li>
</ul>
<h2 class="date">15 July 2020</h2>
<h3 class="author">Sonic121x updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Paramedic jumpsuit</li>
</ul>
<h2 class="date">14 July 2020</h2>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
+14
View File
@@ -26358,3 +26358,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
1000.
timothyteakettle:
- bugfix: ports a money bag exploit
2020-07-15:
Sonic121x:
- bugfix: Paramedic jumpsuit
2020-07-16:
DeltaFire15:
- bugfix: Fixes a zeolite runtime caused by a missing check.
Sneakyrat6:
- bugfix: Fixes being able to meta people real name with OOC Notes
timothyteakettle:
- rscadd: travelling traders from another dimension can now visit the station in
search of something specific, and reward you for giving it to them
- bugfix: small error with pet carrier logic fixed and also making sure simple mobs
are catered for properly inside bluespace jars
- bugfix: fixes coin related issue