# Conflicts:
#	icons/obj/custom.dmi
#	modular_citadel/code/modules/custom_loadout/custom_items.dm
This commit is contained in:
Jay
2020-09-18 19:23:31 -05:00
10 changed files with 55 additions and 66 deletions

View File

@@ -50,6 +50,37 @@
-->
<div class="commit sansserif">
<h2 class="date">17 September 2020</h2>
<h3 class="author">DeltaFire15 updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Failing the plushmium reaction can now create peculiar plushies, depending on reaction volume.</li>
<li class="bugfix">The mood-buff from petting a plushie now works properly again.</li>
<li class="bugfix">Fixed wacky necropolis loot chest behavior</li>
</ul>
<h3 class="author">EmeraldSundisk updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds the Research Director's office to Omega Station</li>
<li class="rscadd">Adds 2 new solar arrays (and control rooms)</li>
<li class="rscadd">Adds some action figures that weren't there previously</li>
<li class="rscadd">The CMO's office now has a light switch</li>
<li class="tweak">Slight readjustments to impacted areas</li>
<li class="tweak">Readjusts the toxins air supply line to (ideally) be easier to service</li>
<li class="bugfix">Department camera consoles should now be able to actually check appropriate cameras</li>
<li class="bugfix">Xenobiology can now be locked down (by the Research Director)</li>
</ul>
<h3 class="author">MrJWhit updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Adds a brain damage line</li>
</ul>
<h3 class="author">Putnam3145 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Your balls finally feel full, again.</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">due to changes in policy, and several lawsuits, Nanotrasen has been forced to allow disabled people to sign up</li>
</ul>
<h2 class="date">16 September 2020</h2>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
@@ -1359,39 +1390,6 @@
<li class="tweak">martial arts twenty minpop</li>
<li class="bugfix">records</li>
</ul>
<h2 class="date">17 July 2020</h2>
<h3 class="author">ShizCalev, Fikou updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Added some sanity checking for varedit values.</li>
<li class="bugfix">Fixed an exploit involving coins and mints that could crash the server.</li>
<li class="bugfix">Fixed an exploit that would allow you to destroy round-critical / indestructible items with folders.</li>
<li class="bugfix">Swarmers can no longer cut power lines by deconstructing catwalks underneath them.</li>
<li class="bugfix">Fixed a scenario that allowed infinite resource generation via ore machines.</li>
<li class="bugfix">you can no longer inject html in ahelps</li>
<li class="admin">you cant either, jannies</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">fixes a small pickle related issue</li>
<li class="rscadd">recent culinary and scientific advancements have brought forth new pickle related technologies</li>
</ul>
<h2 class="date">16 July 2020</h2>
<h3 class="author">DeltaFire15 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes a zeolite runtime caused by a missing check.</li>
</ul>
<h3 class="author">Sneakyrat6 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Fixes being able to meta people real name with OOC Notes</li>
</ul>
<h3 class="author">timothyteakettle updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">travelling traders from another dimension can now visit the station in search of something specific, and reward you for giving it to them</li>
<li class="bugfix">small error with pet carrier logic fixed and also making sure simple mobs are catered for properly inside bluespace jars</li>
<li class="bugfix">fixes coin related issue</li>
</ul>
</div>
<b>GoonStation 13 Development Team</b>

View File

@@ -27321,3 +27321,26 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-09-16:
timothyteakettle:
- tweak: fixed an icon path
2020-09-17:
DeltaFire15:
- rscadd: Failing the plushmium reaction can now create peculiar plushies, depending
on reaction volume.
- bugfix: The mood-buff from petting a plushie now works properly again.
- bugfix: Fixed wacky necropolis loot chest behavior
EmeraldSundisk:
- rscadd: Adds the Research Director's office to Omega Station
- rscadd: Adds 2 new solar arrays (and control rooms)
- rscadd: Adds some action figures that weren't there previously
- rscadd: The CMO's office now has a light switch
- tweak: Slight readjustments to impacted areas
- tweak: Readjusts the toxins air supply line to (ideally) be easier to service
- bugfix: Department camera consoles should now be able to actually check appropriate
cameras
- bugfix: Xenobiology can now be locked down (by the Research Director)
MrJWhit:
- rscadd: Adds a brain damage line
Putnam3145:
- bugfix: Your balls finally feel full, again.
timothyteakettle:
- rscadd: due to changes in policy, and several lawsuits, Nanotrasen has been forced
to allow disabled people to sign up

View File

@@ -1,4 +0,0 @@
author: "timothyteakettle"
delete-after: True
changes:
- rscadd: "due to changes in policy, and several lawsuits, Nanotrasen has been forced to allow disabled people to sign up"

View File

@@ -1,11 +0,0 @@
author: "EmeraldSundisk"
delete-after: True
changes:
- rscadd: "Adds the Research Director's office to Omega Station"
- rscadd: "Adds 2 new solar arrays (and control rooms)"
- rscadd: "Adds some action figures that weren't there previously"
- rscadd: "The CMO's office now has a light switch"
- tweak: "Slight readjustments to impacted areas"
- tweak: "Readjusts the toxins air supply line to (ideally) be easier to service"
- bugfix: "Department camera consoles should now be able to actually check appropriate cameras"
- bugfix: "Xenobiology can now be locked down (by the Research Director)"

View File

@@ -1,4 +0,0 @@
author: "Putnam3145"
delete-after: True
changes:
- bugfix: "Your balls finally feel full, again."

View File

@@ -1,4 +0,0 @@
author: "DeltaFire15"
delete-after: True
changes:
- bugfix: "Fixed wacky necropolis loot chest behavior"

View File

@@ -1,4 +0,0 @@
author: "MrJWhit"
delete-after: True
changes:
- rscadd: "Adds a brain damage line"

View File

@@ -1,5 +0,0 @@
author: "DeltaFire15"
delete-after: True
changes:
- rscadd: "Failing the plushmium reaction can now create peculiar plushies, depending on reaction volume."
- bugfix: "The mood-buff from petting a plushie now works properly again."

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -565,4 +565,4 @@
icon_state = "halo"
item_state = "halo"
icon = 'icons/mob/clothing/custom_w.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'