Automatic changelog compile [ci skip]

This commit is contained in:
tgstation-ci[bot]
2025-12-30 00:32:37 +00:00
parent cc00ba277d
commit 5a8eadaaac
10 changed files with 33 additions and 41 deletions
@@ -1,4 +0,0 @@
author: "vinylspiders"
delete-after: True
changes:
- bugfix: "fixes a pushed crate not removing on_climbable trait properly off the mob standing atop it"
@@ -1,5 +0,0 @@
author: "FlufflesTheDog"
delete-after: True
changes:
- admin: "Changing suit sensors from the strip menu is now logged"
- bugfix: "Fixed a case where your suit sensor status could be desynced from what your suit sensors appear to be set to"
@@ -1,4 +0,0 @@
author: "Melbert"
delete-after: True
changes:
- balance: "When you are shocked, you remain standing for a short period of time before being forced to the ground. You are still stunned for the duration of this effect, that remains unchanged."
@@ -1,4 +0,0 @@
author: "Melbert"
delete-after: True
changes:
- bugfix: "Moth wing repair surgery correctly checks that bones are intact rather than bones are sawed"
@@ -1,4 +0,0 @@
author: "JohnFulpWillard"
delete-after: True
changes:
- balance: "You can use inducers on SMES' now."
@@ -1,8 +0,0 @@
author: "necromanceranne"
delete-after: True
changes:
- balance: "The iconoclast repeater, the handheld version, no longer fires two pellets but instead fires in a two round burst."
- balance: "The iconoclast repeater now charges two shots (one trigger pull) every crank, and the crank takes 0.4 seconds (letting you outpace your shot rate). However, you cannot charge the gun while moving."
- balance: "Reduces the damage of the repeater's shots (both versions). Now it does 15 lethal force per shot. Since this is coming out in bursts of two, this means that it deals 30 lethal force in a single pull."
- bugfix: "Laser musket type weapons are now heavy weapons."
- code_imp: "Cleans up some of the code and grammar on the repeater."
@@ -1,4 +0,0 @@
author: "jlsnow301"
delete-after: True
changes:
- bugfix: "Fixed importing chat tabs from a file. They should still exist on reload"
@@ -1,4 +0,0 @@
author: "JohnFulpWillard"
delete-after: True
changes:
- bugfix: "PDA messenger will no longer force itself as your active program when sending/receiving PDA messages."
@@ -1,4 +0,0 @@
author: "lelandkemble"
delete-after: True
changes:
- balance: "took away the CE's sneakers and gave them work boots."
+33
View File
@@ -821,3 +821,36 @@
vinylspiders:
- refactor: crafting menu should be slightly faster now with searching the area
for items that are blacklisted, and uses less memory than it did previously
2025-12-30:
FlufflesTheDog:
- admin: Changing suit sensors from the strip menu is now logged
- bugfix: Fixed a case where your suit sensor status could be desynced from what
your suit sensors appear to be set to
JohnFulpWillard:
- bugfix: PDA messenger will no longer force itself as your active program when
sending/receiving PDA messages.
- balance: You can use inducers on SMES' now.
Melbert:
- bugfix: Moth wing repair surgery correctly checks that bones are intact rather
than bones are sawed
- balance: When you are shocked, you remain standing for a short period of time
before being forced to the ground. You are still stunned for the duration of
this effect, that remains unchanged.
jlsnow301:
- bugfix: Fixed importing chat tabs from a file. They should still exist on reload
lelandkemble:
- balance: took away the CE's sneakers and gave them work boots.
necromanceranne:
- balance: The iconoclast repeater, the handheld version, no longer fires two pellets
but instead fires in a two round burst.
- balance: The iconoclast repeater now charges two shots (one trigger pull) every
crank, and the crank takes 0.4 seconds (letting you outpace your shot rate).
However, you cannot charge the gun while moving.
- balance: Reduces the damage of the repeater's shots (both versions). Now it does
15 lethal force per shot. Since this is coming out in bursts of two, this means
that it deals 30 lethal force in a single pull.
- bugfix: Laser musket type weapons are now heavy weapons.
- code_imp: Cleans up some of the code and grammar on the repeater.
vinylspiders:
- bugfix: fixes a pushed crate not removing on_climbable trait properly off the
mob standing atop it