diff --git a/html/changelogs/Bat-CageBullshit.yml b/html/changelogs/Bat-CageBullshit.yml deleted file mode 100644 index 1d8c5c1c00d..00000000000 --- a/html/changelogs/Bat-CageBullshit.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: Batrachophrenoboocosmomachia -delete-after: True -changes: - - bugfix: "Fixed captured creatures in large animal traps/cages potentially causing runtimes when the cage was placed on tables." - - bugfix: "Fixed dragging large animal traps/cages onto tables being treated as the mover trying to step through the trap." - - bugfix: "Fixed captured creatures not following large animal traps/cages when the cage was dragged onto tables." diff --git a/html/changelogs/SimpleMaroon-bridgereceiverremoval.yml b/html/changelogs/SimpleMaroon-bridgereceiverremoval.yml deleted file mode 100644 index f1bb0791e03..00000000000 --- a/html/changelogs/SimpleMaroon-bridgereceiverremoval.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: SimpleMaroon - -# 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: - - rscdel: "Bridge Crew can no longer utilize Hivenet Receivers or the Ve'katak Phalanx facial plate after Vaurca lore team request." diff --git a/html/changelogs/archive/2026-07.yml b/html/changelogs/archive/2026-07.yml index 92daa381fb0..13475e34099 100644 --- a/html/changelogs/archive/2026-07.yml +++ b/html/changelogs/archive/2026-07.yml @@ -453,3 +453,36 @@ kermit: - rscadd: Reduces the captain piloting skill requirement from Professional to Trained. - rscadd: Reduces the skrell consular age requirement to 100. +2026-07-26: + ASmallCuteCat: + - qol: Adds a door that allows access to the smelters in Mining from the maintenance + tunnels. + Batrachophrenoboocosmomachia: + - bugfix: Fixed captured creatures in large animal traps/cages potentially causing + runtimes when the cage was placed on tables. + - bugfix: Fixed dragging large animal traps/cages onto tables being treated as the + mover trying to step through the trap. + - bugfix: Fixed captured creatures not following large animal traps/cages when the + cage was dragged onto tables. + Hellfirejag: + - bugfix: Fixed a small logic error in melee weapon sound effects. + - rscadd: Psiren Darters, Omens, and Beckoners can now shoot through windows, while + dealing less damage overall. + - rscadd: Psiren attacks are now less likely to cause bleeds. + - rscadd: Psiren variants now have specific names. + - rscadd: Psychic damage messages now print to random locations on the screen. + - rscadd: Added a new psiren subtype, the Beckoner. + - rscadd: Psiren Beckoners can now appear in wandering psiren events + - rscadd: Technomancers can now summon Psiren Beckoners + - balance: Stasis Bags now only provide 10x stasis to start off, rather than 20x. + SimpleMaroon: + - rscdel: Bridge Crew can no longer utilize Hivenet Receivers or the Ve'katak Phalanx + facial plate after Vaurca lore team request. + Wowzewow (Wezzy): + - rscadd: Adds the bartending codex. + - rscadd: Only the chef starts with the cooking codex and the bartender with the + bartending codex now. They still can be downloaded by anyone, though. + diggiez: + - qol: 'Updated vaurca namegen to not be terrible: now checks for species to give + an accurate caste, Warforms and Cargo drones automatically get Viax.' + - qol: Warforms get body color set when spawning in. diff --git a/html/changelogs/diggiez - VaurcaNamegen.yml b/html/changelogs/diggiez - VaurcaNamegen.yml deleted file mode 100644 index aeaef697dcc..00000000000 --- a/html/changelogs/diggiez - VaurcaNamegen.yml +++ /dev/null @@ -1,15 +0,0 @@ - -# Your name. -author: diggiez - -# 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: - - qol: "Updated vaurca namegen to not be terrible: now checks for species to give an accurate caste, Warforms and Cargo drones automatically get Viax." - - qol: "Warforms get body color set when spawning in." diff --git a/html/changelogs/example copy.yml b/html/changelogs/example copy.yml deleted file mode 100644 index d7388fde3a0..00000000000 --- a/html/changelogs/example copy.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: ASmallCuteCat - -# 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: - - qol: "Adds a door that allows access to the smelters in Mining from the maintenance tunnels." diff --git a/html/changelogs/hellfirejag-nerf-stasis-bags.yml b/html/changelogs/hellfirejag-nerf-stasis-bags.yml deleted file mode 100644 index 52803323a55..00000000000 --- a/html/changelogs/hellfirejag-nerf-stasis-bags.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Hellfirejag -delete-after: True -changes: - - balance: "Stasis Bags now only provide 10x stasis to start off, rather than 20x." diff --git a/html/changelogs/hellfirejag-psiren-update.yml b/html/changelogs/hellfirejag-psiren-update.yml deleted file mode 100644 index 6be2f443ccf..00000000000 --- a/html/changelogs/hellfirejag-psiren-update.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: Hellfirejag -delete-after: True -changes: - - rscadd: "Psiren Darters, Omens, and Beckoners can now shoot through windows, while dealing less damage overall." - - rscadd: "Psiren attacks are now less likely to cause bleeds." - - rscadd: "Psiren variants now have specific names." - - rscadd: "Psychic damage messages now print to random locations on the screen." - - rscadd: "Added a new psiren subtype, the Beckoner." - - rscadd: "Psiren Beckoners can now appear in wandering psiren events" - - rscadd: "Technomancers can now summon Psiren Beckoners" diff --git a/html/changelogs/hellfirejag-small-weapon-fix.yml b/html/changelogs/hellfirejag-small-weapon-fix.yml deleted file mode 100644 index 737c89bc342..00000000000 --- a/html/changelogs/hellfirejag-small-weapon-fix.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Hellfirejag -delete-after: True -changes: - - bugfix: "Fixed a small logic error in melee weapon sound effects." diff --git a/html/changelogs/wezzy-bar-codex.yml b/html/changelogs/wezzy-bar-codex.yml deleted file mode 100644 index 166935e2ea4..00000000000 --- a/html/changelogs/wezzy-bar-codex.yml +++ /dev/null @@ -1,59 +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: Wowzewow (Wezzy) - -# 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: "Adds the bartending codex." - - rscadd: "Only the chef starts with the cooking codex and the bartender with the bartending codex now. They still can be downloaded by anyone, though."