From 6dfa4d00d294bb9eff432953ee5cf762728fe950 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Wed, 3 Dec 2025 01:24:36 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/Bat-GreimorianEggs.yml | 19 ------ html/changelogs/Fyni-Comet_again.yml | 58 ------------------- html/changelogs/archive/2025-12.yml | 30 ++++++++++ .../fabiank3-elevator-light-fix.yml | 6 -- html/changelogs/fabiank3-map-cleanup.yml | 10 ---- .../kano-dot-exoplanet-lightening.yml | 7 --- html/changelogs/kano-dot-name-named.yml | 7 --- 7 files changed, 30 insertions(+), 107 deletions(-) delete mode 100644 html/changelogs/Bat-GreimorianEggs.yml delete mode 100644 html/changelogs/Fyni-Comet_again.yml delete mode 100644 html/changelogs/fabiank3-elevator-light-fix.yml delete mode 100644 html/changelogs/fabiank3-map-cleanup.yml delete mode 100644 html/changelogs/kano-dot-exoplanet-lightening.yml delete mode 100644 html/changelogs/kano-dot-name-named.yml diff --git a/html/changelogs/Bat-GreimorianEggs.yml b/html/changelogs/Bat-GreimorianEggs.yml deleted file mode 100644 index 909bda2e455..00000000000 --- a/html/changelogs/Bat-GreimorianEggs.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Your name. -author: Batrachophrenoboocosmomachia - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - refactor: "Refactors the egg injection of Greimorian Workers to use parasite code; it can now be treated with anti-parasitic medicines in addition to amputation of the affected limb. Works on all playable species, and monkeys." - - rscadd: "New reagent 'Greimorian Eggs' creates an egg cluster parasite in a random organ when metabolized in the bloodstream. It also has very mild soporific effects." - - balance: "Greimorian Workers and playable Greimorian Servants/Queen now inject Greimorian Eggs instead of Soporific." - - rscadd: "Greimorian Clade Kit now available in Uplink under Bioweapons section (Greimorians now able to be introduced to ship by egg cluster or injectable reagent)." - - balance: "All parasite kit bioweapons have had their vial reagent count increased from 2 -> 5." - - balance: "Helmizole no longer treats K'ois Mycosis, Black K'ois Mycosis, Zombification, or Tumors (Benign or Malignant)." - - code_imp: "Updates a lot of code documentation to dmdocs." diff --git a/html/changelogs/Fyni-Comet_again.yml b/html/changelogs/Fyni-Comet_again.yml deleted file mode 100644 index b44f3287d0e..00000000000 --- a/html/changelogs/Fyni-Comet_again.yml +++ /dev/null @@ -1,58 +0,0 @@ -################################ -# Example Changelog File -# -# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. -# -# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) -# When it is, any changes listed below will disappear. -# -# Valid Prefixes: -# bugfix -# - (fixes bugs) -# wip -# - (work in progress) -# qol -# - (quality of life) -# soundadd -# - (adds a sound) -# sounddel -# - (removes a sound) -# rscadd -# - (adds a feature) -# rscdel -# - (removes a feature) -# imageadd -# - (adds an image or sprite) -# imagedel -# - (removes an image or sprite) -# spellcheck -# - (fixes spelling or grammar) -# experiment -# - (experimental change) -# balance -# - (balance changes) -# code_imp -# - (misc internal code change) -# refactor -# - (refactors code) -# config -# - (makes a change to the config files) -# admin -# - (makes changes to administrator tools) -# server -# - (miscellaneous changes to server) -################################# - -# Your name. -author: Fyni - -# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. -delete-after: True - -# Any changes you've made. See valid prefix list above. -# INDENT WITH TWO SPACES. NOT TABS. SPACES. -# SCREW THIS UP AND IT WON'T WORK. -# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. -# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. -changes: - - rscadd: "Changes the Comet Explusion sound effect AGAIN to a voiced line fitting all the other events." \ No newline at end of file diff --git a/html/changelogs/archive/2025-12.yml b/html/changelogs/archive/2025-12.yml index b56f818368d..297328139d3 100644 --- a/html/changelogs/archive/2025-12.yml +++ b/html/changelogs/archive/2025-12.yml @@ -32,3 +32,33 @@ hazelmouse: - rscadd: All IPCs now speak Encoded Audio Language by standard in addition to their usual language slots. +2025-12-03: + Batrachophrenoboocosmomachia: + - refactor: Refactors the egg injection of Greimorian Workers to use parasite code; + it can now be treated with anti-parasitic medicines in addition to amputation + of the affected limb. Works on all playable species, and monkeys. + - rscadd: New reagent 'Greimorian Eggs' creates an egg cluster parasite in a random + organ when metabolized in the bloodstream. It also has very mild soporific effects. + - balance: Greimorian Workers and playable Greimorian Servants/Queen now inject + Greimorian Eggs instead of Soporific. + - rscadd: Greimorian Clade Kit now available in Uplink under Bioweapons section + (Greimorians now able to be introduced to ship by egg cluster or injectable + reagent). + - balance: All parasite kit bioweapons have had their vial reagent count increased + from 2 -> 5. + - balance: Helmizole no longer treats K'ois Mycosis, Black K'ois Mycosis, Zombification, + or Tumors (Benign or Malignant). + - code_imp: Updates a lot of code documentation to dmdocs. + FabianK3: + - rscadd: Added a newscaster to the engineering hallway. + - rscadd: Added a power outlet to the table in the brig. + - rscadd: Added missing ventilation to fore engineering hallway. + - bugfix: Fixed science notice board being visible in the maint behind it. + - rscadd: Generic minor map cleanup. + - bugfix: Fixed lights in elevator(s) breaking constantly. + Fyni: + - rscadd: Changes the Comet Explusion sound effect AGAIN to a voiced line fitting + all the other events. + Kano: + - rscadd: Fixed non-human types not displaying their name in chat. + - bugfix: Fixed exoplanet turfs not properly initializing their own light. diff --git a/html/changelogs/fabiank3-elevator-light-fix.yml b/html/changelogs/fabiank3-elevator-light-fix.yml deleted file mode 100644 index e9a45cc096e..00000000000 --- a/html/changelogs/fabiank3-elevator-light-fix.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: FabianK3 - -delete-after: True - -changes: - - bugfix: "Fixed lights in elevator(s) breaking constantly." diff --git a/html/changelogs/fabiank3-map-cleanup.yml b/html/changelogs/fabiank3-map-cleanup.yml deleted file mode 100644 index 6cd7812a616..00000000000 --- a/html/changelogs/fabiank3-map-cleanup.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: FabianK3 - -delete-after: True - -changes: - - rscadd: "Added a newscaster to the engineering hallway." - - rscadd: "Added a power outlet to the table in the brig." - - rscadd: "Added missing ventilation to fore engineering hallway." - - bugfix: "Fixed science notice board being visible in the maint behind it." - - rscadd: "Generic minor map cleanup." diff --git a/html/changelogs/kano-dot-exoplanet-lightening.yml b/html/changelogs/kano-dot-exoplanet-lightening.yml deleted file mode 100644 index 3cc2cfa69db..00000000000 --- a/html/changelogs/kano-dot-exoplanet-lightening.yml +++ /dev/null @@ -1,7 +0,0 @@ - -author: Kano - -delete-after: True - -changes: - - bugfix: "Fixed exoplanet turfs not properly initializing their own light." diff --git a/html/changelogs/kano-dot-name-named.yml b/html/changelogs/kano-dot-name-named.yml deleted file mode 100644 index c55ad003ac9..00000000000 --- a/html/changelogs/kano-dot-name-named.yml +++ /dev/null @@ -1,7 +0,0 @@ - -author: Kano - -delete-after: True - -changes: - - rscadd: "Fixed non-human types not displaying their name in chat."