mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Automatic changelog compile [ci skip]
This commit is contained in:
@@ -59,19 +59,77 @@
|
||||
<div class="commit sansserif">
|
||||
|
||||
<h2 class="date">14 June 2022</h2>
|
||||
<h3 class="author"> @GalacticRuler, Chubbygummibear updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">crayons and spraycans with 1 charge left are no longer infinite for tags that cost more than 1 charge</li>
|
||||
</ul>
|
||||
<h3 class="author"> Hopek updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Mappers can now created round-start tilted vending machines</li>
|
||||
</ul>
|
||||
<h3 class="author"> ghost, ported by TheGamerdk updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Glowshrooms less bad</li>
|
||||
<li class="rscadd">Glowshrooms now spread and decay different from before, hopefully preventing the issues they were causing with performance</li>
|
||||
</ul>
|
||||
<h3 class="author"> maxspells, TheBoondock, MrMelbert, nmajask updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="soundadd">added sounds to surgery steps</li>
|
||||
<li class="bugfix">fixed medical sounds for wounds, rad laser, and PDA health scan</li>
|
||||
<li class="tweak">doctors now say "Clear!" during revive surgery</li>
|
||||
<li class="spellcheck">fixed revive surgery saying "shock body" instead of "shock brain"</li>
|
||||
</ul>
|
||||
<h3 class="author">AlvCyktor updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">tweaked deepfryer code</li>
|
||||
</ul>
|
||||
<h3 class="author">ChesterTheCheesy updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">arena shuttle now has a mood bonus</li>
|
||||
</ul>
|
||||
<h3 class="author">GalacticRuler updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">replaced unusable frames with usable machine frames in the old cryo room maint-ruin</li>
|
||||
</ul>
|
||||
<h3 class="author">JamieD1 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Stun batons cannot be turned on for 8 Seconds after being dropped</li>
|
||||
<li class="rscdel">Scrying orb</li>
|
||||
</ul>
|
||||
<h3 class="author">LazennG updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscdel">Removes cursed stomach from bubblegum's loot and removes morph syringe from gluttony ruin</li>
|
||||
</ul>
|
||||
<h3 class="author">MajManatee updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds a donor item for Skrem, the Rainbow flower.</li>
|
||||
</ul>
|
||||
<h3 class="author">Marmio64 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Infiltrator win conditions are stricter, they can also end in a Stalemate if they didn't do very good.</li>
|
||||
</ul>
|
||||
<h3 class="author">TheRyeGuyWhoWillNowDie updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">the security belt in the head of security's locker has been changed to a head of security's security belt</li>
|
||||
<li class="rscadd">the head of security now has a backpack baton and pocket cuffs/flash again</li>
|
||||
<li class="rscdel">the head of security no longer starts with a full secbelt again</li>
|
||||
</ul>
|
||||
<h3 class="author">ToasterBiome updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds support for map spawned holochips</li>
|
||||
<li class="rscadd">Adds a bunch of tile and tile trims from tg</li>
|
||||
<li class="rscdel">Removes Jive Accent</li>
|
||||
<li class="bugfix">Vomit crawling can't crawl between z levels anymore</li>
|
||||
</ul>
|
||||
<h3 class="author">tattax updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">fixes motorized wheelchairs becoming normal ones | powercell now displays its name properly</li>
|
||||
<li class="tweak">wheelchairs above 6 speed no longer crash on open turfs like airlocks</li>
|
||||
<li class="imageadd">motorized wheelchair sprite, little change in the normal wheelchair sprite</li>
|
||||
</ul>
|
||||
<h3 class="author">ynot01 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Internal Affairs Agents are now equipped with dusting implants instead of cyanide capsules</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">12 June 2022</h2>
|
||||
|
||||
@@ -32029,12 +32029,54 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- bugfix: you can now remove embedded objects from dismembered limbs by stabbing
|
||||
them again
|
||||
2022-06-14:
|
||||
' @GalacticRuler, Chubbygummibear':
|
||||
- bugfix: crayons and spraycans with 1 charge left are no longer infinite for tags
|
||||
that cost more than 1 charge
|
||||
' Hopek':
|
||||
- rscadd: Mappers can now created round-start tilted vending machines
|
||||
' ghost, ported by TheGamerdk':
|
||||
- rscadd: Glowshrooms less bad
|
||||
- rscadd: Glowshrooms now spread and decay different from before, hopefully preventing
|
||||
the issues they were causing with performance
|
||||
' maxspells, TheBoondock, MrMelbert, nmajask':
|
||||
- soundadd: added sounds to surgery steps
|
||||
- bugfix: fixed medical sounds for wounds, rad laser, and PDA health scan
|
||||
- tweak: doctors now say "Clear!" during revive surgery
|
||||
- spellcheck: fixed revive surgery saying "shock body" instead of "shock brain"
|
||||
AlvCyktor:
|
||||
- tweak: tweaked deepfryer code
|
||||
ChesterTheCheesy:
|
||||
- tweak: arena shuttle now has a mood bonus
|
||||
GalacticRuler:
|
||||
- bugfix: replaced unusable frames with usable machine frames in the old cryo room
|
||||
maint-ruin
|
||||
JamieD1:
|
||||
- rscadd: Stun batons cannot be turned on for 8 Seconds after being dropped
|
||||
- rscdel: Scrying orb
|
||||
LazennG:
|
||||
- rscdel: Removes cursed stomach from bubblegum's loot and removes morph syringe
|
||||
from gluttony ruin
|
||||
MajManatee:
|
||||
- rscadd: Adds a donor item for Skrem, the Rainbow flower.
|
||||
Marmio64:
|
||||
- tweak: Infiltrator win conditions are stricter, they can also end in a Stalemate
|
||||
if they didn't do very good.
|
||||
TheRyeGuyWhoWillNowDie:
|
||||
- tweak: the security belt in the head of security's locker has been changed to
|
||||
a head of security's security belt
|
||||
- rscadd: the head of security now has a backpack baton and pocket cuffs/flash again
|
||||
- rscdel: the head of security no longer starts with a full secbelt again
|
||||
ToasterBiome:
|
||||
- rscadd: Adds support for map spawned holochips
|
||||
- rscadd: Adds a bunch of tile and tile trims from tg
|
||||
- rscdel: Removes Jive Accent
|
||||
- bugfix: Vomit crawling can't crawl between z levels anymore
|
||||
tattax:
|
||||
- bugfix: fixes motorized wheelchairs becoming normal ones | powercell now displays
|
||||
its name properly
|
||||
- tweak: wheelchairs above 6 speed no longer crash on open turfs like airlocks
|
||||
- imageadd: motorized wheelchair sprite, little change in the normal wheelchair
|
||||
sprite
|
||||
ynot01:
|
||||
- tweak: Internal Affairs Agents are now equipped with dusting implants instead
|
||||
of cyanide capsules
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "JamieD1"
|
||||
delete-after: true
|
||||
changes:
|
||||
- rscadd: "Stun batons cannot be turned on for 8 Seconds after being dropped"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Marmio64"
|
||||
delete-after: true
|
||||
changes:
|
||||
- tweak: "Infiltrator win conditions are stricter, they can also end in a Stalemate if they didn't do very good."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: "tattax"
|
||||
delete-after: true
|
||||
changes:
|
||||
- bugfix: "fixes motorized wheelchairs becoming normal ones | powercell now displays its name properly"
|
||||
- tweak: "wheelchairs above 6 speed no longer crash on open turfs like airlocks"
|
||||
- imageadd: "motorized wheelchair sprite, little change in the normal wheelchair sprite"
|
||||
@@ -1,7 +0,0 @@
|
||||
author: " maxspells, TheBoondock, MrMelbert, nmajask"
|
||||
delete-after: true
|
||||
changes:
|
||||
- soundadd: "added sounds to surgery steps"
|
||||
- bugfix: "fixed medical sounds for wounds, rad laser, and PDA health scan"
|
||||
- tweak: "doctors now say \"Clear!\" during revive surgery"
|
||||
- spellcheck: "fixed revive surgery saying \"shock body\" instead of \"shock brain\""
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "MajManatee"
|
||||
delete-after: true
|
||||
changes:
|
||||
- rscadd: "Adds a donor item for Skrem, the Rainbow flower."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "LazennG"
|
||||
delete-after: true
|
||||
changes:
|
||||
- rscdel: "Removes cursed stomach from bubblegum's loot and removes morph syringe from gluttony ruin"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "JamieD1"
|
||||
delete-after: true
|
||||
changes:
|
||||
- rscdel: "Scrying orb"
|
||||
@@ -1,6 +0,0 @@
|
||||
author: "TheRyeGuyWhoWillNowDie"
|
||||
delete-after: true
|
||||
changes:
|
||||
- tweak: "the security belt in the head of security's locker has been changed to a head of security's security belt"
|
||||
- rscadd: "the head of security now has a backpack baton and pocket cuffs/flash again"
|
||||
- rscdel: "the head of security no longer starts with a full secbelt again"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "ChesterTheCheesy"
|
||||
delete-after: true
|
||||
changes:
|
||||
- tweak: "arena shuttle now has a mood bonus"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "ynot01"
|
||||
delete-after: true
|
||||
changes:
|
||||
- tweak: "Internal Affairs Agents are now equipped with dusting implants instead of cyanide capsules"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "ToasterBiome"
|
||||
delete-after: true
|
||||
changes:
|
||||
- bugfix: "Vomit crawling can't crawl between z levels anymore"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: " @GalacticRuler, Chubbygummibear"
|
||||
delete-after: true
|
||||
changes:
|
||||
- bugfix: "crayons and spraycans with 1 charge left are no longer infinite for tags that cost more than 1 charge"
|
||||
@@ -1,5 +0,0 @@
|
||||
author: " ghost, ported by TheGamerdk"
|
||||
delete-after: true
|
||||
changes:
|
||||
- rscadd: "Glowshrooms less bad"
|
||||
- rscadd: "Glowshrooms now spread and decay different from before, hopefully preventing the issues they were causing with performance"
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "AlvCyktor"
|
||||
delete-after: true
|
||||
changes:
|
||||
- tweak: "tweaked deepfryer code"
|
||||
Reference in New Issue
Block a user