mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
"[ci skip] Automatic Build - 2020.07.30.10.15.58"
This commit is contained in:
@@ -48,6 +48,13 @@
|
||||
<li class="rscadd">Walls made of seethrough materials are now seethrough and lasers and light will pass through as expected.</li>
|
||||
<li class="rscadd">Thermite will now ignite if a source of flame touches it, which includes lighters and matches.</li>
|
||||
<li class="rscadd">RFD-C units can now construct windows and grilles.</li>
|
||||
<li class="rscadd">Added plastic and perconol pills to the biogenerator.</li>
|
||||
<li class="rscadd">Added advanced trauma kits and advanced burn kits to the emag section of the biogenerator.</li>
|
||||
<li class="tweak">Moved gauze and ointment out of the emag category and into the medical one.</li>
|
||||
<li class="tweak">Tweaked how stacks are made in the biogenerator, should be a bit nicer now.</li>
|
||||
<li class="bugfix">Fixed an oversight that caused the biogenerator to be twice as good as it actually should have been.</li>
|
||||
<li class="rscadd">Added the ability to make whips out of leather.</li>
|
||||
<li class="bugfix">Fixed the leather briefcase recipe.</li>
|
||||
</ul>
|
||||
<h3 class="author">Stryker, Mwahahahaha updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
|
||||
@@ -14520,6 +14520,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- rscadd: Thermite will now ignite if a source of flame touches it, which includes
|
||||
lighters and matches.
|
||||
- rscadd: RFD-C units can now construct windows and grilles.
|
||||
- rscadd: Added plastic and perconol pills to the biogenerator.
|
||||
- rscadd: Added advanced trauma kits and advanced burn kits to the emag section
|
||||
of the biogenerator.
|
||||
- tweak: Moved gauze and ointment out of the emag category and into the medical
|
||||
one.
|
||||
- tweak: Tweaked how stacks are made in the biogenerator, should be a bit nicer
|
||||
now.
|
||||
- bugfix: Fixed an oversight that caused the biogenerator to be twice as good as
|
||||
it actually should have been.
|
||||
- rscadd: Added the ability to make whips out of leather.
|
||||
- bugfix: Fixed the leather briefcase recipe.
|
||||
Stryker, Mwahahahaha:
|
||||
- rscadd: Added several loadout items, hanboks, hoodies (sleeveless, short-sleeved,
|
||||
crop-top), colorable gloves, and colorable, pinnable tag accessories.
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added plastic and perconol pills to the biogenerator."
|
||||
- rscadd: "Added advanced trauma kits and advanced burn kits to the emag section of the biogenerator."
|
||||
- tweak: "Moved gauze and ointment out of the emag category and into the medical one."
|
||||
- tweak: "Tweaked how stacks are made in the biogenerator, should be a bit nicer now."
|
||||
- bugfix: "Fixed an oversight that caused the biogenerator to be twice as good as it actually should have been."
|
||||
- rscadd: "Added the ability to make whips out of leather."
|
||||
- bugfix: "Fixed the leather briefcase recipe."
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Generated
+13
-32
@@ -5777,7 +5777,7 @@
|
||||
"dependencies": {
|
||||
"globby": {
|
||||
"version": "6.1.0",
|
||||
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
||||
"resolved": "http://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
||||
"integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
@@ -5790,7 +5790,7 @@
|
||||
"dependencies": {
|
||||
"pify": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
||||
"resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
||||
"integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
|
||||
"dev": true
|
||||
}
|
||||
@@ -7013,8 +7013,7 @@
|
||||
},
|
||||
"ansi-regex": {
|
||||
"version": "2.1.1",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"aproba": {
|
||||
"version": "1.2.0",
|
||||
@@ -7032,13 +7031,11 @@
|
||||
},
|
||||
"balanced-match": {
|
||||
"version": "1.0.0",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"brace-expansion": {
|
||||
"version": "1.1.11",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"balanced-match": "^1.0.0",
|
||||
"concat-map": "0.0.1"
|
||||
@@ -7051,18 +7048,15 @@
|
||||
},
|
||||
"code-point-at": {
|
||||
"version": "1.1.0",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"concat-map": {
|
||||
"version": "0.0.1",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"console-control-strings": {
|
||||
"version": "1.1.0",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"core-util-is": {
|
||||
"version": "1.0.2",
|
||||
@@ -7165,8 +7159,7 @@
|
||||
},
|
||||
"inherits": {
|
||||
"version": "2.0.4",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"ini": {
|
||||
"version": "1.3.5",
|
||||
@@ -7176,7 +7169,6 @@
|
||||
"is-fullwidth-code-point": {
|
||||
"version": "1.0.0",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"number-is-nan": "^1.0.0"
|
||||
}
|
||||
@@ -7189,20 +7181,17 @@
|
||||
"minimatch": {
|
||||
"version": "3.0.4",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
}
|
||||
},
|
||||
"minimist": {
|
||||
"version": "0.0.8",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"minipass": {
|
||||
"version": "2.9.0",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"safe-buffer": "^5.1.2",
|
||||
"yallist": "^3.0.0"
|
||||
@@ -7219,7 +7208,6 @@
|
||||
"mkdirp": {
|
||||
"version": "0.5.1",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"minimist": "0.0.8"
|
||||
}
|
||||
@@ -7300,8 +7288,7 @@
|
||||
},
|
||||
"number-is-nan": {
|
||||
"version": "1.0.1",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"object-assign": {
|
||||
"version": "4.1.1",
|
||||
@@ -7311,7 +7298,6 @@
|
||||
"once": {
|
||||
"version": "1.4.0",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"wrappy": "1"
|
||||
}
|
||||
@@ -7387,8 +7373,7 @@
|
||||
},
|
||||
"safe-buffer": {
|
||||
"version": "5.1.2",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"safer-buffer": {
|
||||
"version": "2.1.2",
|
||||
@@ -7418,7 +7403,6 @@
|
||||
"string-width": {
|
||||
"version": "1.0.2",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"code-point-at": "^1.0.0",
|
||||
"is-fullwidth-code-point": "^1.0.0",
|
||||
@@ -7436,7 +7420,6 @@
|
||||
"strip-ansi": {
|
||||
"version": "3.0.1",
|
||||
"bundled": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
"ansi-regex": "^2.0.0"
|
||||
}
|
||||
@@ -7475,13 +7458,11 @@
|
||||
},
|
||||
"wrappy": {
|
||||
"version": "1.0.2",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
},
|
||||
"yallist": {
|
||||
"version": "3.1.1",
|
||||
"bundled": true,
|
||||
"optional": true
|
||||
"bundled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user