Merge branch 'master' into species-refactor

This commit is contained in:
Zandario
2020-09-28 22:26:08 -05:00
3 changed files with 10 additions and 63 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
S["hair_color"] >> hair_color
S["facial_hair_color"] >> facial_hair_color
S["left_eye_color"] >> left_eye_color
S["right_eye_color"] >> left_eye_color
S["right_eye_color"] >> right_eye_color
S["use_custom_skin_tone"] >> use_custom_skin_tone
S["skin_tone"] >> skin_tone
S["hair_style_name"] >> hair_style
+6 -62
View File
@@ -50,6 +50,12 @@
-->
<div class="commit sansserif">
<h2 class="date">29 September 2020</h2>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">fixed a typo causing your right eye colour to save as the left eye colour</li>
</ul>
<h2 class="date">28 September 2020</h2>
<h3 class="author">ArchieBeepBoop updated:</h3>
<ul class="changes bgimages16">
@@ -1202,68 +1208,6 @@
<ul class="changes bgimages16">
<li class="rscadd">Flannel jackets and bartender winter coat</li>
</ul>
<h2 class="date">28 July 2020</h2>
<h3 class="author">Cacogen updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">OSHA has more pull than anyone could have expected. All armor provided by Nanotrasen and the syndicate now have tags that accurately lists defenses and resistances of a piece of clothing.</li>
</ul>
<h3 class="author">CameronWoof updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Exotic seed crates now contain a spaceman's trumpet seed packet.</li>
</ul>
<h3 class="author">EmeraldSundisk updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Renovates Snow Taxi's northeast bathroom to have multiple non-urinal toilets and showers</li>
<li class="rscadd">Adds signage/labeling to improve map readability</li>
<li class="rscadd">Adds a bathroom to the northwest station</li>
<li class="rscadd">Adds a filing cabinet to the cargo department</li>
<li class="tweak">Area designation adjustments to account for the above changes</li>
<li class="bugfix">Adds a missing airlock cyclelink near medical</li>
</ul>
<h3 class="author">Ludox235 updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Makes the flavour text that appears when you become a zombie tell you to act like one.</li>
</ul>
<h3 class="author">MrJWhit updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Decluttered toxins and hid the yellow mix line in atmos, for metastation</li>
</ul>
<h3 class="author">SiliconMain updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Paramedic heirloom is now a zippo</li>
<li class="tweak">Durathread belts now protect their contents from radiation, and can hold full sized extinguishers</li>
</ul>
<h3 class="author">Sishen1542 updated:</h3>
<ul class="changes bgimages16">
<li class="rscdel">removed zoomba</li>
</ul>
<h3 class="author">dapnee updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">added a fan to the listening outpost</li>
<li class="bugfix">added two missing r-walls near the SM, removed random light and wire node below the engine, and fixed the missing cable in the courtroom on Kilo</li>
</ul>
<h3 class="author">kappa-sama updated:</h3>
<ul class="changes bgimages16">
<li class="balance">Stimpaks cost 5tc once more, up from 3tc.</li>
</ul>
<h3 class="author">silicons updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">polychromatic cloaks to loadout</li>
<li class="rscdel">no more self healing with medibeam guns</li>
<li class="balance">oh no, taser buff. alt fire delay dropped to 0.4 seconds.</li>
<li class="rscadd">you can now shoot yourself by disarm-intenting yourself with a gun.</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">species code is now slightly less messy</li>
<li class="bugfix">slight tweak to how material crafting works</li>
<li class="bugfix">changed up pet carriers / bluespace jars a bit so you can't fit certain things inside them and also the text shown for resist times is accurate</li>
</ul>
<h3 class="author">zeroisthebiggay updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Black Box theft objective</li>
</ul>
</div>
<b>GoonStation 13 Development Team</b>
+3
View File
@@ -27409,3 +27409,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
timothyteakettle:
- bugfix: turrets can once again be broken
- rscadd: you can now have heterochromia and select individual eye colours
2020-09-29:
timothyteakettle:
- bugfix: fixed a typo causing your right eye colour to save as the left eye colour