Automatic changelog compile [ci skip]

This commit is contained in:
chompstation-ci[bot]
2025-09-19 01:15:46 +00:00
parent ce9d227619
commit 880254bb7c
26 changed files with 49 additions and 109 deletions

View File

@@ -1,5 +0,0 @@
author: "Diana"
delete-after: True
changes:
- image: "Updates Captains Laser, Energygun, Nagant, Makarov, Secgun, and stunrevolver sprites"
- code_imp: "Removes unused lines of code where icon = gun.dmi was redefined"

View File

@@ -1,5 +0,0 @@
author: "Diana"
delete-after: True
changes:
- image: "Splits the _mob and icon files for fluff items into two files"
- bugfix: "Fixes a few broken fluff sprites"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Cigar cases no longer violate spatial limitations by starting with 5 cigars instead of 7 in a case that only holds 5"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- code_imp: "Ice and snow no longer runtime if demoted to baseturf during an explosion combined with a delayed action"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Prevents nonfunctioning malignant organ types from spawning as xenoarch finds"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Restored missing spellbook icon"

View File

@@ -1,5 +0,0 @@
author: "Will"
delete-after: True
changes:
- rscadd: "Garbage grinder can now grind reagents into a storage tank"
- bugfix: "Garbage grinder harddels"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- code_imp: "Allows mappers to place deployed mechanical traps properly"

View File

@@ -1,7 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Flying and hovering properly checked when avoiding landmines"
- bugfix: "Phased shadekin no longer set off landmines"
- bugfix: "Vehicles set off landmines"
- balance: "Tiny mobs like mice no longer set off landmines"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- code_imp: "Adds atom disposal flushed signal, sent from items when they are flushed into the disposal network"

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- code_imp: "Disposal sorter prefabs use defines instead of numbers"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Santabag is now actually a bag"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Slugs can no longer apply slime to a turf already covered in their slime"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- refactor: "transit tubes use forceMove() instead of directly setting loc"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- qol: "Items can now be placed on casino tables with click precision, like normal tables."

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- qol: "Medical body scanner now shows if a subject is experiencing withdrawal symptoms."

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Medical kiosk can no longer do mind and body record scans in VR"

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Cortical borers cannot prod things adjacent to their host, while inside of their host."

View File

@@ -1,4 +0,0 @@
author: "Ryumi"
delete-after: True
changes:
- code_imp: "Alphabetically sorted the hanner and lleil beast form lists."

View File

@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Tracking implant fizzling no longer broken"

View File

@@ -1,4 +0,0 @@
author: "Guti"
delete-after: True
changes:
- bugfix: "fixed bluespace and chief engineer's belt not being able to hold onto atmos combi-fans"

View File

@@ -1,5 +0,0 @@
author: "Will"
delete-after: True
changes:
- rscadd: "Catwalks mapped over maglev tracks will act as a bridge"
- bugfix: "Phased shadekin can no longer touch maglev tracks and get shocked"

View File

@@ -1,6 +0,0 @@
author: "Ryumi"
delete-after: True
changes:
- rscadd: "ALL cyborgs now start with a random number generator that lets them roll virtual dice."
- balance: "Misc. borg grippers can now hold card hands and fake casino chips."
- balance: "Service borg grippers can now hold real casino chips."

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- rscadd: "Added the coroner role as an alternative title to medical doctors"

View File

@@ -1,4 +0,0 @@
author: "CHOMPStation2StaffMirrorBot"
delete-after: True
changes:
- rscadd: "Added a general command uniform selector for all department heads."

View File

@@ -329,3 +329,52 @@
- bugfix: Splashing a player with select reagents will no longer turn them into
a tile
- bugfix: Fire extinguishers now put out players again
2025-09-19:
CHOMPStation2StaffMirrorBot:
- rscadd: Added a general command uniform selector for all department heads.
- code_imp: Disposal sorter prefabs use defines instead of numbers
- rscadd: Added the coroner role as an alternative title to medical doctors
Diana:
- image: Updates Captains Laser, Energygun, Nagant, Makarov, Secgun, and stunrevolver
sprites
- code_imp: Removes unused lines of code where icon = gun.dmi was redefined
- image: Splits the _mob and icon files for fluff items into two files
- bugfix: Fixes a few broken fluff sprites
Guti:
- bugfix: fixed bluespace and chief engineer's belt not being able to hold onto
atmos combi-fans
Ryumi:
- rscadd: ALL cyborgs now start with a random number generator that lets them roll
virtual dice.
- balance: Misc. borg grippers can now hold card hands and fake casino chips.
- balance: Service borg grippers can now hold real casino chips.
- code_imp: Alphabetically sorted the hanner and lleil beast form lists.
Will:
- bugfix: Restored missing spellbook icon
- rscadd: Garbage grinder can now grind reagents into a storage tank
- bugfix: Garbage grinder harddels
- qol: Items can now be placed on casino tables with click precision, like normal
tables.
- rscadd: Catwalks mapped over maglev tracks will act as a bridge
- bugfix: Phased shadekin can no longer touch maglev tracks and get shocked
- bugfix: Cigar cases no longer violate spatial limitations by starting with 5 cigars
instead of 7 in a case that only holds 5
- bugfix: Santabag is now actually a bag
- code_imp: Allows mappers to place deployed mechanical traps properly
- code_imp: Ice and snow no longer runtime if demoted to baseturf during an explosion
combined with a delayed action
- bugfix: Flying and hovering properly checked when avoiding landmines
- bugfix: Phased shadekin no longer set off landmines
- bugfix: Vehicles set off landmines
- balance: Tiny mobs like mice no longer set off landmines
- qol: Medical body scanner now shows if a subject is experiencing withdrawal symptoms.
- refactor: transit tubes use forceMove() instead of directly setting loc
- code_imp: Adds atom disposal flushed signal, sent from items when they are flushed
into the disposal network
- bugfix: Medical kiosk can no longer do mind and body record scans in VR
- bugfix: Tracking implant fizzling no longer broken
- bugfix: Slugs can no longer apply slime to a turf already covered in their slime
- bugfix: Cortical borers cannot prod things adjacent to their host, while inside
of their host.
- bugfix: Prevents nonfunctioning malignant organ types from spawning as xenoarch
finds