Changelog Compilation 12/11/2018 [ci skip]

This commit is contained in:
yogstation13-bot
2018-11-12 21:38:14 +01:00
parent 112c74fd16
commit e833bf986c
22 changed files with 136 additions and 90 deletions

View File

@@ -58,6 +58,74 @@
-->
<div class="commit sansserif">
<h2 class="date">12 November 2018</h2>
<h3 class="author"> Basilman updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Slimes can now pass through grilles</li>
</ul>
<h3 class="author"> Crawl Gang updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Plastic flaps that weren't protected by windoors now had them added to prevent players from just crawling through them.</li>
</ul>
<h3 class="author"> Denton updated:</h3>
<ul class="changes bgimages16">
<li class="spellcheck">Added separate MMI/cyborg shell messages for when players try to insert damaged brains or MMIs that contain damaged brains.</li>
<li class="spellcheck">Added an MMI examine message that mentions their radio toggle.</li>
<li class="bugfix">Silver slime extracts no longer spawn unintended items related to moths eating clothes.</li>
</ul>
<h3 class="author"> Garen updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">The shift E & B keybindings now take the item in the slot if it is not a storage item. The hotkey help has been updated accordingly.</li>
<li class="bugfix">Fixed shift E & B not updating hands when it was used to put an item directly into the slot(not into a storage item but the actual equip slot)</li>
</ul>
<h3 class="author"> MMMiracles updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Blobs can now upgrade their strong blobs to reflect projectiles at the cost of their normal health and extra brute resistance.</li>
</ul>
<h3 class="author"> Mickyan updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">lowered the concentration of miasma required to display a warning message</li>
</ul>
<h3 class="author"> ShizCalev updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Gibs will now be passed the correct DNA.</li>
<li class="bugfix">Delta's cargo shuttle's conveyor belts will no longer move the wrong direction if turned on while the shuttle is at CentCom.</li>
<li class="bugfix">Humans with no legs will no longer run around unimpeded.</li>
<li class="bugfix">Fixed inconsistency where illiterate and blind mobs were able to read some books/manuals, but not others.</li>
<li class="bugfix">Fixed mobs being granted mime speak even if they failed to finish reading the Guide to Advanced Mimery Volumes 1/2.</li>
<li class="bugfix">The hotel ruin now has a maximum room number to select from.</li>
<li class="tweak">Paper airplanes can now have their hit probability adjusted by badmins.</li>
<li class="rscadd">Added syndicate paper airplanes. They are rather robust and are guaranteed to hit someone in the eye.</li>
<li class="rscadd">Added The Art of Origami to the syndicate uplink. This allows you to fold weapons grade paper airplanes. It will also allow you to catch paper airplanes when you have the ability enabled.</li>
</ul>
<h3 class="author"> XDTM updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">You can now pay for cargo orders from your account with the cargo requests console. Credits will be detracted from the requester's account instead of the cargo budget. A 10% handling fee on top of the order will be paid to the cargo department budget.</li>
<li class="rscadd">Cargo employees must still accept the order for it to be delivered.</li>
<li class="rscadd">The delivery will arrive in a locked crate that can only be opened by an id with the paying bank account.</li>
</ul>
<h3 class="author"> Youbar updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">clipboards now display held papers properly</li>
<li class="bugfix">mice can be butchered</li>
</ul>
<h3 class="author"> monster860 updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds the bluespace locker. Every round, a random non-secure locker on the station becomes a bluespace locker. Bluespace lockers have entire rooms inside of them, and they are indistinguishable from normal lockers, except that when you go inside it you find yourself in a room. If you destroy the bluespace locker, it randomly replaces a different locker on the station.</li>
<li class="rscadd">Adds an atmospherics simulator, found in the toxins lab. You enter 2 gas mixes and it calculates explosion size. Alternatively you can enter a gas mix and simulate the gas reactions such as fusion</li>
</ul>
<h3 class="author"> no homo updated:</h3>
<ul class="changes bgimages16">
<li class="spellcheck">changed "gay" in cloning code to "expected amounts"</li>
</ul>
<h3 class="author">yogstation13-bot updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">nicotine now metabolizes far slower, but is actually dangerous at high doses. Try actually smoking!</li>
<li class="tweak">cigarettes don't last as long, but more slowly inject reagents to hopefully last its entire lifetime. if you need it to burn fast, try a pipe or vape.</li>
<li class="bugfix">overdosing on nicotine now causes oxygen and toxin damage, as the description said it did.</li>
<li class="tweak">cargo toy crate now has more toys</li>
</ul>
<h2 class="date">09 November 2018</h2>
<h3 class="author"> Partheo updated:</h3>
<ul class="changes bgimages16">

View File

@@ -19872,3 +19872,71 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: On BoxStation, there's a vacant commissary where detective office used
to be. Detective office is now located where Law Office was, and Law Office
has been moved to the adjacent Vacant Office B.
2018-11-12:
' Basilman':
- rscadd: Slimes can now pass through grilles
' Crawl Gang':
- tweak: Plastic flaps that weren't protected by windoors now had them added to
prevent players from just crawling through them.
' Denton':
- spellcheck: Added separate MMI/cyborg shell messages for when players try to insert
damaged brains or MMIs that contain damaged brains.
- spellcheck: Added an MMI examine message that mentions their radio toggle.
- bugfix: Silver slime extracts no longer spawn unintended items related to moths
eating clothes.
' Garen':
- tweak: The shift E & B keybindings now take the item in the slot if it is not
a storage item. The hotkey help has been updated accordingly.
- bugfix: Fixed shift E & B not updating hands when it was used to put an item directly
into the slot(not into a storage item but the actual equip slot)
' MMMiracles':
- rscadd: Blobs can now upgrade their strong blobs to reflect projectiles at the
cost of their normal health and extra brute resistance.
' Mickyan':
- tweak: lowered the concentration of miasma required to display a warning message
' ShizCalev':
- bugfix: Gibs will now be passed the correct DNA.
- bugfix: Delta's cargo shuttle's conveyor belts will no longer move the wrong direction
if turned on while the shuttle is at CentCom.
- bugfix: Humans with no legs will no longer run around unimpeded.
- bugfix: Fixed inconsistency where illiterate and blind mobs were able to read
some books/manuals, but not others.
- bugfix: Fixed mobs being granted mime speak even if they failed to finish reading
the Guide to Advanced Mimery Volumes 1/2.
- bugfix: The hotel ruin now has a maximum room number to select from.
- tweak: Paper airplanes can now have their hit probability adjusted by badmins.
- rscadd: Added syndicate paper airplanes. They are rather robust and are guaranteed
to hit someone in the eye.
- rscadd: Added The Art of Origami to the syndicate uplink. This allows you to fold
weapons grade paper airplanes. It will also allow you to catch paper airplanes
when you have the ability enabled.
' XDTM':
- rscadd: You can now pay for cargo orders from your account with the cargo requests
console. Credits will be detracted from the requester's account instead of the
cargo budget. A 10% handling fee on top of the order will be paid to the cargo
department budget.
- rscadd: Cargo employees must still accept the order for it to be delivered.
- rscadd: The delivery will arrive in a locked crate that can only be opened by
an id with the paying bank account.
' Youbar':
- bugfix: clipboards now display held papers properly
- bugfix: mice can be butchered
' monster860':
- rscadd: Adds the bluespace locker. Every round, a random non-secure locker on
the station becomes a bluespace locker. Bluespace lockers have entire rooms
inside of them, and they are indistinguishable from normal lockers, except that
when you go inside it you find yourself in a room. If you destroy the bluespace
locker, it randomly replaces a different locker on the station.
- rscadd: Adds an atmospherics simulator, found in the toxins lab. You enter 2 gas
mixes and it calculates explosion size. Alternatively you can enter a gas mix
and simulate the gas reactions such as fusion
' no homo':
- spellcheck: changed "gay" in cloning code to "expected amounts"
yogstation13-bot:
- tweak: nicotine now metabolizes far slower, but is actually dangerous at high
doses. Try actually smoking!
- tweak: cigarettes don't last as long, but more slowly inject reagents to hopefully
last its entire lifetime. if you need it to burn fast, try a pipe or vape.
- bugfix: overdosing on nicotine now causes oxygen and toxin damage, as the description
said it did.
- tweak: cargo toy crate now has more toys

View File

@@ -1,4 +0,0 @@
author: " monster860"
delete-after: true
changes:
- rscadd: "Adds the bluespace locker. Every round, a random non-secure locker on the station becomes a bluespace locker. Bluespace lockers have entire rooms inside of them, and they are indistinguishable from normal lockers, except that when you go inside it you find yourself in a room. If you destroy the bluespace locker, it randomly replaces a different locker on the station."

View File

@@ -1,6 +0,0 @@
author: " XDTM"
delete-after: true
changes:
- rscadd: "You can now pay for cargo orders from your account with the cargo requests console. Credits will be detracted from the requester's account instead of the cargo budget. A 10% handling fee on top of the order will be paid to the cargo department budget."
- rscadd: "Cargo employees must still accept the order for it to be delivered."
- rscadd: "The delivery will arrive in a locked crate that can only be opened by an id with the paying bank account."

View File

@@ -1,5 +0,0 @@
author: " Denton"
delete-after: true
changes:
- spellcheck: "Added separate MMI/cyborg shell messages for when players try to insert damaged brains or MMIs that contain damaged brains."
- spellcheck: "Added an MMI examine message that mentions their radio toggle."

View File

@@ -1,4 +0,0 @@
author: " monster860"
delete-after: true
changes:
- rscadd: "Adds an atmospherics simulator, found in the toxins lab. You enter 2 gas mixes and it calculates explosion size. Alternatively you can enter a gas mix and simulate the gas reactions such as fusion"

View File

@@ -1,4 +0,0 @@
author: " ShizCalev"
delete-after: true
changes:
- bugfix: "Gibs will now be passed the correct DNA."

View File

@@ -1,4 +0,0 @@
author: " ShizCalev"
delete-after: true
changes:
- bugfix: "Delta's cargo shuttle's conveyor belts will no longer move the wrong direction if turned on while the shuttle is at CentCom."

View File

@@ -1,4 +0,0 @@
author: " ShizCalev"
delete-after: true
changes:
- bugfix: "Humans with no legs will no longer run around unimpeded."

View File

@@ -1,4 +0,0 @@
author: " Crawl Gang"
delete-after: true
changes:
- tweak: "Plastic flaps that weren't protected by windoors now had them added to prevent players from just crawling through them."

View File

@@ -1,4 +0,0 @@
author: " Denton"
delete-after: true
changes:
- bugfix: "Silver slime extracts no longer spawn unintended items related to moths eating clothes."

View File

@@ -1,4 +0,0 @@
author: " no homo"
delete-after: true
changes:
- spellcheck: "changed \"gay\" in cloning code to \"expected amounts\""

View File

@@ -1,5 +0,0 @@
author: " Garen"
delete-after: true
changes:
- tweak: "The shift E & B keybindings now take the item in the slot if it is not a storage item. The hotkey help has been updated accordingly."
- bugfix: "Fixed shift E & B not updating hands when it was used to put an item directly into the slot(not into a storage item but the actual equip slot)"

View File

@@ -1,4 +0,0 @@
author: " Basilman"
delete-after: true
changes:
- rscadd: "Slimes can now pass through grilles"

View File

@@ -1,6 +0,0 @@
author: "yogstation13-bot"
delete-after: true
changes:
- tweak: "nicotine now metabolizes far slower, but is actually dangerous at high doses. Try actually smoking!"
- tweak: "cigarettes don't last as long, but more slowly inject reagents to hopefully last its entire lifetime. if you need it to burn fast, try a pipe or vape."
- bugfix: "overdosing on nicotine now causes oxygen and toxin damage, as the description said it did."

View File

@@ -1,4 +0,0 @@
author: "yogstation13-bot"
delete-after: true
changes:
- tweak: "cargo toy crate now has more toys"

View File

@@ -1,5 +0,0 @@
author: " ShizCalev"
delete-after: true
changes:
- bugfix: "Fixed inconsistency where illiterate and blind mobs were able to read some books/manuals, but not others."
- bugfix: "Fixed mobs being granted mime speak even if they failed to finish reading the Guide to Advanced Mimery Volumes 1/2."

View File

@@ -1,5 +0,0 @@
author: " Youbar"
delete-after: true
changes:
- bugfix: "clipboards now display held papers properly"
- bugfix: "mice can be butchered"

View File

@@ -1,4 +0,0 @@
author: " MMMiracles"
delete-after: true
changes:
- rscadd: "Blobs can now upgrade their strong blobs to reflect projectiles at the cost of their normal health and extra brute resistance."

View File

@@ -1,4 +0,0 @@
author: " ShizCalev"
delete-after: true
changes:
- bugfix: "The hotel ruin now has a maximum room number to select from."

View File

@@ -1,6 +0,0 @@
author: " ShizCalev"
delete-after: true
changes:
- tweak: "Paper airplanes can now have their hit probability adjusted by badmins."
- rscadd: "Added syndicate paper airplanes. They are rather robust and are guaranteed to hit someone in the eye."
- rscadd: "Added The Art of Origami to the syndicate uplink. This allows you to fold weapons grade paper airplanes. It will also allow you to catch paper airplanes when you have the ability enabled."

View File

@@ -1,4 +0,0 @@
author: " Mickyan"
delete-after: true
changes:
- tweak: "lowered the concentration of miasma required to display a warning message"