Automatic changelog compile [ci skip]

This commit is contained in:
vorestation-ci[bot]
2026-04-13 03:35:08 +00:00
parent 09a9a9263d
commit ee2fd148ae
4 changed files with 19 additions and 21 deletions
@@ -1,10 +0,0 @@
author: "Diana, Kash."
delete-after: True
changes:
- qol: "The fryer now tells you how much oil is remaining in it."
- qol: "The fryer now alerts you if the fryer is underfilled or overfilled on oil"
- qol: "Tankers can now be attached to the fryer to fill it."
- bugfix: "Fryer works properly and adds oil to food"
- bugfix: "Fryer and trays no longer show 'phantom items' overlay."
- bugfix: "You can now insert oil into the fryer with any reagent container."
- code_imp: "Recipes are now a global list instead of a per-item list"
@@ -1,7 +0,0 @@
author: "Diana"
delete-after: True
changes:
- bugfix: "Infectious component no longer potentially crashes the game."
- code_imp: "Implements but does not enable the Germ component. (Things left on the ground will become dirty, ultimately making you ill)"
- code_imp: "Robust Gut also applies the strong stomach trait, making you immune to eaten germs."
- code_imp: "Implements a list of 'elevated structures'. Any /machinery or /structure counts for this. Germs will not accumulate while on them."
@@ -1,4 +0,0 @@
author: "Will"
delete-after: True
changes:
- bugfix: "Drawing blood with syringes and IV stands works properly again."
+19
View File
@@ -88,3 +88,22 @@
- rscadd: borgs can now use unpacked hoist kits
- refactor: General improvements to hoist kits
- rscadd: TTS device now shows a typing indicator while in use.
2026-04-13:
Diana:
- bugfix: Infectious component no longer potentially crashes the game.
- code_imp: Implements but does not enable the Germ component. (Things left on the
ground will become dirty, ultimately making you ill)
- code_imp: Robust Gut also applies the strong stomach trait, making you immune
to eaten germs.
- code_imp: Implements a list of 'elevated structures'. Any /machinery or /structure
counts for this. Germs will not accumulate while on them.
Diana, Kash.:
- qol: The fryer now tells you how much oil is remaining in it.
- qol: The fryer now alerts you if the fryer is underfilled or overfilled on oil
- qol: Tankers can now be attached to the fryer to fill it.
- bugfix: Fryer works properly and adds oil to food
- bugfix: Fryer and trays no longer show 'phantom items' overlay.
- bugfix: You can now insert oil into the fryer with any reagent container.
- code_imp: Recipes are now a global list instead of a per-item list
Will:
- bugfix: Drawing blood with syringes and IV stands works properly again.