"[ci skip] Automatic Build - 2019.05.15.19.13.20"

This commit is contained in:
AuroraBuildBot
2019-05-15 19:13:20 +00:00
parent f6a21b4567
commit bdfe274e58
5 changed files with 32 additions and 12 deletions
+6
View File
@@ -56,6 +56,12 @@
-->
<div class="commit sansserif">
<h2 class="date">15 May 2019</h2>
<h3 class="author">SonicGotNuked updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes the inhaler cartridge descriptions so you know they hold more than they advertize.</li>
</ul>
<h2 class="date">14 May 2019</h2>
<h3 class="author">Alberyk updated:</h3>
<ul class="changes bgimages16">
+4
View File
@@ -7933,3 +7933,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PoZe:
- bugfix: Ghosting verb alert now shows proper time until next respawn when prompted
user to confirm.
2019-05-15:
SonicGotNuked:
- bugfix: Fixes the inhaler cartridge descriptions so you know they hold more than
they advertize.
-4
View File
@@ -1,4 +0,0 @@
author: SonicGotNuked
delete-after: True
changes:
- bugfix: "Fixes the inhaler cartridge descriptions so you know they hold more than they advertize."
+1 -1
View File
File diff suppressed because one or more lines are too long
+21 -7
View File
@@ -5060,11 +5060,13 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true
"bundled": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -5077,15 +5079,18 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -5188,7 +5193,8 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@@ -5198,6 +5204,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -5210,17 +5217,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
"bundled": true
"bundled": true,
"optional": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
"optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
@@ -5237,6 +5247,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
"optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -5309,7 +5320,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -5319,6 +5331,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
"optional": true,
"requires": {
"wrappy": "1"
}
@@ -5424,6 +5437,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",