From 9aad52838342dc05558a328f0c0cadeeb23435e0 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Mon, 27 Nov 2023 01:16:28 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-1679.yml | 7 ------- html/changelogs/AutoChangeLog-pr-1680.yml | 4 ---- html/changelogs/AutoChangeLog-pr-1682.yml | 4 ---- html/changelogs/AutoChangeLog-pr-1683.yml | 4 ---- html/changelogs/archive/2023-11.yml | 17 +++++++++++++++++ 5 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-1679.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-1680.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-1682.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-1683.yml diff --git a/html/changelogs/AutoChangeLog-pr-1679.yml b/html/changelogs/AutoChangeLog-pr-1679.yml deleted file mode 100644 index 129b0b0fe0b..00000000000 --- a/html/changelogs/AutoChangeLog-pr-1679.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: "NaakaKo" -delete-after: True -changes: - - refactor: "Slimes's colour, core type and mutation list is now held in a slime type datum" - - code_imp: "Slime's variables have been documented, and renamed a bit to add clarity. Please report bugs that might stem from renaming." - - bugfix: "Slimes are not longer prevented from attacking pacifist humans." - - qol: "Slime scans now display the actual amount of genetic instability, instead of hiding it if a slime doesn't mutate further, or tweaking it if it might mutate back into itself. This will make it easier to parse which slime to breed further to get a rainbow slime." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-1680.yml b/html/changelogs/AutoChangeLog-pr-1680.yml deleted file mode 100644 index b2155dea743..00000000000 --- a/html/changelogs/AutoChangeLog-pr-1680.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Rhials" -delete-after: True -changes: - - code_imp: "Bitrunning/Bitrunning Den areas are now cargo area subtypes, rather than station area subtypes." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-1682.yml b/html/changelogs/AutoChangeLog-pr-1682.yml deleted file mode 100644 index 29208004f12..00000000000 --- a/html/changelogs/AutoChangeLog-pr-1682.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "NaakaKo" -delete-after: True -changes: - - qol: "Oculine now tastes bitter, and not like toxin." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-1683.yml b/html/changelogs/AutoChangeLog-pr-1683.yml deleted file mode 100644 index 3aa8d53793b..00000000000 --- a/html/changelogs/AutoChangeLog-pr-1683.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "NaakaKo" -delete-after: True -changes: - - server: "Minimum compile version has been bumped to 515. clients still support 514 but we're gonna start using 515 restricted features for serverside now." \ No newline at end of file diff --git a/html/changelogs/archive/2023-11.yml b/html/changelogs/archive/2023-11.yml index 60cfd4e8795..7eb036fed64 100644 --- a/html/changelogs/archive/2023-11.yml +++ b/html/changelogs/archive/2023-11.yml @@ -820,3 +820,20 @@ Rhials: - qol: The area preceding Metastation Cargo's front door is now denoted as being the "cargo lobby". +2023-11-27: + NaakaKo: + - qol: Oculine now tastes bitter, and not like toxin. + - refactor: Slimes's colour, core type and mutation list is now held in a slime + type datum + - code_imp: Slime's variables have been documented, and renamed a bit to add clarity. + Please report bugs that might stem from renaming. + - bugfix: Slimes are not longer prevented from attacking pacifist humans. + - qol: Slime scans now display the actual amount of genetic instability, instead + of hiding it if a slime doesn't mutate further, or tweaking it if it might mutate + back into itself. This will make it easier to parse which slime to breed further + to get a rainbow slime. + - server: Minimum compile version has been bumped to 515. clients still support + 514 but we're gonna start using 515 restricted features for serverside now. + Rhials: + - code_imp: Bitrunning/Bitrunning Den areas are now cargo area subtypes, rather + than station area subtypes.