From 6d8a12000002af9c73acc44ae915bf3d9ba4f3c4 Mon Sep 17 00:00:00 2001 From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com> Date: Sun, 24 Dec 2023 00:12:44 +0000 Subject: [PATCH] Automatic changelog compile [ci skip] --- html/changelog.html | 52 ++++------------------ html/changelogs/.all_changelog.yml | 9 ++++ html/changelogs/AutoChangeLog-pr-10366.yml | 10 ----- 3 files changed, 18 insertions(+), 53 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-10366.yml diff --git a/html/changelog.html b/html/changelog.html index 0bd5486d1a3be..ba5bcacd54a0c 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -56,6 +56,15 @@ -->
+

24 December 2023

+

Absolucy updated:

+ +

23 December 2023

Absolucy updated:

GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 953b3daa0ffbe..33b0a5c2f8a17 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -42066,3 +42066,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. TWO_STEP bolt firearms with a single hand, instead of requiring both. - refactor: Changes mosin/boltaction rifle code to be a new bolt type instead of bespoke code for the rifle parent type. +2023-12-24: + Absolucy: + - rscadd: The viral extrapolator will now show if a disease is immutable, faltered, + and/or a carrier. + - tweak: The PanD.E.M.I.C will now copy properties such as faltering and immutability + to newly made cultures. + - tweak: Virus mixing reactions (i.e virus food, mutagen, spaceacillin, etc) won't + occur if there's no mutable virus in the blood its mixing with. + - code_imp: Cleaned up the PANDEMIC code a bit. diff --git a/html/changelogs/AutoChangeLog-pr-10366.yml b/html/changelogs/AutoChangeLog-pr-10366.yml deleted file mode 100644 index 28655babb53c3..0000000000000 --- a/html/changelogs/AutoChangeLog-pr-10366.yml +++ /dev/null @@ -1,10 +0,0 @@ -author: Absolucy -delete-after: true -changes: - - rscadd: The viral extrapolator will now show if a disease is immutable, faltered, - and/or a carrier. - - tweak: The PanD.E.M.I.C will now copy properties such as faltering and immutability - to newly made cultures. - - tweak: Virus mixing reactions (i.e virus food, mutagen, spaceacillin, etc) won't - occur if there's no mutable virus in the blood its mixing with. - - code_imp: Cleaned up the PANDEMIC code a bit.