mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Automatic changelog compile, [ci skip]
This commit is contained in:
@@ -63,6 +63,29 @@
|
||||
<li class="bugfix">META - Cargo shuttle airlocks now bolt properly.</li>
|
||||
<li class="bugfix">META - Cargo shuttle flaps are now airtight. All hail Cargonia.</li>
|
||||
</ul>
|
||||
<h3 class="author">DesolateG updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Refactors global var lists to use the global subsystem.</li>
|
||||
</ul>
|
||||
<h3 class="author">Farie82 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Added the on_give proc for items. Was needed for the fixes</li>
|
||||
<li class="bugfix">Giving two handed items like the DIY chainsaw and potted plants now works correctly</li>
|
||||
<li class="bugfix">The DIY chainsaw, doomslayer chainsaw and the potted plants now do damage when given to somebody else and when picked up while the chainsaw was on.</li>
|
||||
</ul>
|
||||
<h3 class="author">Purpose updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Cyberiad's grimy tiles are now actually dirty and cleanable.</li>
|
||||
<li class="tweak">Delta's grimy tiles are now actually dirty and cleanable.</li>
|
||||
<li class="bugfix">Ironsand is now visible in the Map Maker.</li>
|
||||
<li class="bugfix">Away missions updated with the appropriate dirt/grime so that it is now cleanable.</li>
|
||||
<li class="bugfix">Fixes stool's unique suicide message.</li>
|
||||
<li class="bugfix">Fixes rollerbeds no longer going through plastic flaps.</li>
|
||||
</ul>
|
||||
<h3 class="author">TDSSS updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">Removed Skrell discrimination, allows ! character in IDs (agent IDs or made via ID computer)</li>
|
||||
</ul>
|
||||
<h3 class="author">variableundefined updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="tweak">Ore now represented by stack that holds up to 50 items. Should reduce lag with ORM greatly.</li>
|
||||
|
||||
@@ -7442,6 +7442,25 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
|
||||
- bugfix: META - Cargo shuttle blast doors now reacts to the right button.
|
||||
- bugfix: META - Cargo shuttle airlocks now bolt properly.
|
||||
- bugfix: META - Cargo shuttle flaps are now airtight. All hail Cargonia.
|
||||
DesolateG:
|
||||
- tweak: Refactors global var lists to use the global subsystem.
|
||||
Farie82:
|
||||
- rscadd: Added the on_give proc for items. Was needed for the fixes
|
||||
- bugfix: Giving two handed items like the DIY chainsaw and potted plants now works
|
||||
correctly
|
||||
- bugfix: The DIY chainsaw, doomslayer chainsaw and the potted plants now do damage
|
||||
when given to somebody else and when picked up while the chainsaw was on.
|
||||
Purpose:
|
||||
- tweak: Cyberiad's grimy tiles are now actually dirty and cleanable.
|
||||
- tweak: Delta's grimy tiles are now actually dirty and cleanable.
|
||||
- bugfix: Ironsand is now visible in the Map Maker.
|
||||
- bugfix: Away missions updated with the appropriate dirt/grime so that it is now
|
||||
cleanable.
|
||||
- bugfix: Fixes stool's unique suicide message.
|
||||
- bugfix: Fixes rollerbeds no longer going through plastic flaps.
|
||||
TDSSS:
|
||||
- bugfix: Removed Skrell discrimination, allows ! character in IDs (agent IDs or
|
||||
made via ID computer)
|
||||
variableundefined:
|
||||
- tweak: Ore now represented by stack that holds up to 50 items. Should reduce lag
|
||||
with ORM greatly.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "DesolateG"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Refactors global var lists to use the global subsystem."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "TDSSS"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Removed Skrell discrimination, allows ! character in IDs (agent IDs or made via ID computer)"
|
||||
@@ -1,5 +0,0 @@
|
||||
author: "Purpose"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixes stool's unique suicide message."
|
||||
- bugfix: "Fixes rollerbeds no longer going through plastic flaps."
|
||||
@@ -1,6 +0,0 @@
|
||||
author: "Farie82"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Added the on_give proc for items. Was needed for the fixes"
|
||||
- bugfix: "Giving two handed items like the DIY chainsaw and potted plants now works correctly"
|
||||
- bugfix: "The DIY chainsaw, doomslayer chainsaw and the potted plants now do damage when given to somebody else and when picked up while the chainsaw was on."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Purpose"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Cyberiad's grimy tiles are now actually dirty and cleanable."
|
||||
@@ -1,4 +0,0 @@
|
||||
author: "Purpose"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Delta's grimy tiles are now actually dirty and cleanable."
|
||||
@@ -1,5 +0,0 @@
|
||||
author: "Purpose"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Ironsand is now visible in the Map Maker."
|
||||
- bugfix: "Away missions updated with the appropriate dirt/grime so that it is now cleanable."
|
||||
Reference in New Issue
Block a user