Automatic changelog compile [ci skip]

This commit is contained in:
vorestation-ci[bot]
2026-03-01 02:53:43 +00:00
parent 25c7c556e4
commit c1b3d2050c
7 changed files with 71 additions and 58 deletions
@@ -1,21 +0,0 @@
author: "Diana"
delete-after: True
changes:
- qol: "Organs don't go from 'cut off' to 'necrotic' in (with bad RNG) ~215 seconds. Now takes ~30 minutes."
- qol: "Organs can be repaired from necrosis while removed/amputated with peridaxon, just as if they were attached!"
- qol: "External Organs can be repaired from necrosis while removed/amputated with a new amputation specific surgery. (Scalpel->Retractor->Scalpel->Bioregen)"
- qol: "Organs will inform you of what special interactions you can perform via the big blue [I] button!"
- qol: "Clicking an organ no longer insta-butchers it. Instead, it has a 10 second timer to prevent instagibbing."
- qol: "Examining amputated limbs gives more info about itself and any children it may have."
- qol: "Robot augment surgery now uses crowbar instead of multitool."
- qol: "Bruise packs and ointment no longer have a 50% chance to fail during external repair surgery"
- balance: "Advanced bruise packs & Advanced burn packs heal 2x damage"
- balance: "Detoxify step heals cloneloss now."
- bugfix: "Cutting necrosis will no longer cut the bone."
- bugfix: "Painful injury descriptors will not longer note pain if you have pain inhibitors."
- bugfix: "Brain surgery properly sets brain damage to 0"
- bugfix: "Washing a colored object will no longer not get rid of the germs the first wash."
- bugfix: "Amputating a limb will no longer immdiately fracture the parent organ."
- bugfix: "Limbs that are pain immune don't add their damage to the pain calculation."
- code_imp: "Gets rid of a typecast"
- code_imp: "Puts some surgeries into their own files."
@@ -1,15 +0,0 @@
author: "KillianKirilenko"
delete-after: True
changes:
- maptweak: "moved the kitchen goats out of the freezers and over to the animal pens"
- maptweak: "moved the beehives and honey machine on the tether to a better spot where the hives can 'see' the hydroponics plots better"
- qol: "added a condiments crate to cargo, as a means to acquire premade bottles of sauces"
- qol: "added meat resupply crates to cargo, allowing you to order fresh (non-synthetic) meat (for flavour) and fish/poultry, without having to butcher animals"
- qol: "condiment bottles now transfer 2u base rather than 5u, and have a minimum transfer value of 1u"
- rscadd: "added mustard plants (which contain a new \"mustard pods\" reagent, used to make mustard by mixing them with salt, water, and honey in a 2:2:1:1 ratio to make 4 mustard)"
- rscadd: "raw cutlets can be grilled into burger patties on the grill for making custom burgs instead of just making a \"grilled raw cutlet\", or requiring you to microwave the cutlet and then grill it"
- rscadd: "can now make vinegar using apple *or* grape juice *plus* water *and* sugar, with yeast as a catalyst (2u of each + 5 yeast = 4 vinegar + 5 yeast). try it on your fish and chips today! or don't."
- code_imp: "added bbq sauce preset for map-placeable condiment bottles"
- bugfix: "fixed the mothroach and catslug crates sharing datum names"
- bugfix: "fixed duplicate def init for pillbug shell ingredients that was supposed to go with the empty version"
- image: "brightened the default carrot produce sprite and changed the produce colours for carrots and oranges"
@@ -1,4 +0,0 @@
author: "KillianKirilenko"
delete-after: True
changes:
- image: "added digitigrade states for signalis-inspired replikant and sleek uniforms"
@@ -1,6 +0,0 @@
author: "Guti"
delete-after: True
changes:
- rscadd: "Added the dust anomaly"
- code_imp: "Added random vermin object for mapping"
- code_imp: "Added a has_lungs helper proc"
@@ -1,7 +0,0 @@
author: "KillianKirilenko"
delete-after: True
changes:
- rscadd: "Added omni lasertag helmet that uses the doomguy sprite for giggles, and added intercoms that are locked to the Entertainment Frequency"
- maptweak: "Replaced the Starview Lounge in the Laserdome with an all-new FFA Arena! Also has red/blue kit lockers for doing team deathmatch."
- maptweak: "Added a couple more redgate inhabitant spawners to the Laserdome. The fast food venue also has ketchup and mustard bottles now, and the two shops have gained cash registers and had their inventories shuffled around a bit."
- spellcheck: "fixed the name of the universal lasertag gear locker because it had an extra n in it"
@@ -1,5 +0,0 @@
author: "Kashargul"
delete-after: True
changes:
- bugfix: "plushie vending"
- bugfix: "bad deletes of equipment vendors"
+71
View File
@@ -0,0 +1,71 @@
2026-03-01:
Diana:
- qol: Organs don't go from 'cut off' to 'necrotic' in (with bad RNG) ~215 seconds.
Now takes ~30 minutes.
- qol: Organs can be repaired from necrosis while removed/amputated with peridaxon,
just as if they were attached!
- qol: External Organs can be repaired from necrosis while removed/amputated with
a new amputation specific surgery. (Scalpel->Retractor->Scalpel->Bioregen)
- qol: Organs will inform you of what special interactions you can perform via the
big blue [I] button!
- qol: Clicking an organ no longer insta-butchers it. Instead, it has a 10 second
timer to prevent instagibbing.
- qol: Examining amputated limbs gives more info about itself and any children it
may have.
- qol: Robot augment surgery now uses crowbar instead of multitool.
- qol: Bruise packs and ointment no longer have a 50% chance to fail during external
repair surgery
- balance: Advanced bruise packs & Advanced burn packs heal 2x damage
- balance: Detoxify step heals cloneloss now.
- bugfix: Cutting necrosis will no longer cut the bone.
- bugfix: Painful injury descriptors will not longer note pain if you have pain
inhibitors.
- bugfix: Brain surgery properly sets brain damage to 0
- bugfix: Washing a colored object will no longer not get rid of the germs the first
wash.
- bugfix: Amputating a limb will no longer immdiately fracture the parent organ.
- bugfix: Limbs that are pain immune don't add their damage to the pain calculation.
- code_imp: Gets rid of a typecast
- code_imp: Puts some surgeries into their own files.
Guti:
- rscadd: Added the dust anomaly
- code_imp: Added random vermin object for mapping
- code_imp: Added a has_lungs helper proc
Kashargul:
- bugfix: plushie vending
- bugfix: bad deletes of equipment vendors
KillianKirilenko:
- image: added digitigrade states for signalis-inspired replikant and sleek uniforms
- rscadd: Added omni lasertag helmet that uses the doomguy sprite for giggles, and
added intercoms that are locked to the Entertainment Frequency
- maptweak: Replaced the Starview Lounge in the Laserdome with an all-new FFA Arena!
Also has red/blue kit lockers for doing team deathmatch.
- maptweak: Added a couple more redgate inhabitant spawners to the Laserdome. The
fast food venue also has ketchup and mustard bottles now, and the two shops
have gained cash registers and had their inventories shuffled around a bit.
- spellcheck: fixed the name of the universal lasertag gear locker because it had
an extra n in it
- maptweak: moved the kitchen goats out of the freezers and over to the animal pens
- maptweak: moved the beehives and honey machine on the tether to a better spot
where the hives can 'see' the hydroponics plots better
- qol: added a condiments crate to cargo, as a means to acquire premade bottles
of sauces
- qol: added meat resupply crates to cargo, allowing you to order fresh (non-synthetic)
meat (for flavour) and fish/poultry, without having to butcher animals
- qol: condiment bottles now transfer 2u base rather than 5u, and have a minimum
transfer value of 1u
- rscadd: added mustard plants (which contain a new "mustard pods" reagent, used
to make mustard by mixing them with salt, water, and honey in a 2:2:1:1 ratio
to make 4 mustard)
- rscadd: raw cutlets can be grilled into burger patties on the grill for making
custom burgs instead of just making a "grilled raw cutlet", or requiring you
to microwave the cutlet and then grill it
- rscadd: can now make vinegar using apple *or* grape juice *plus* water *and* sugar,
with yeast as a catalyst (2u of each + 5 yeast = 4 vinegar + 5 yeast). try it
on your fish and chips today! or don't.
- code_imp: added bbq sauce preset for map-placeable condiment bottles
- bugfix: fixed the mothroach and catslug crates sharing datum names
- bugfix: fixed duplicate def init for pillbug shell ingredients that was supposed
to go with the empty version
- image: brightened the default carrot produce sprite and changed the produce colours
for carrots and oranges