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:
+
+ - The viral extrapolator will now show if a disease is immutable, faltered, and/or a carrier.
+ - The PanD.E.M.I.C will now copy properties such as faltering and immutability to newly made cultures.
+ - 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.
+ - Cleaned up the PANDEMIC code a bit.
+
+
23 December 2023
Absolucy updated:
@@ -901,49 +910,6 @@ rkz updated:
- Whoever made all the batongs into pool noodles has been shot! (fixed immobilization not applying through stamcrit)
-
- 22 October 2023
- Absolucy, XDTM updated:
-
- - Added Nanite Protocols, special programs that allow for you to 'upgrade' some part of your nanites, usually with some tradeoff or downside.
- - Added Blood Sensor and Nutrition Sensor nanite programs.
- - Added the Nanite Blade program to nanites, which allows you to manifest an armblade similar to the xenobio one, locked behind illegal tech.
- - Added the Vampiric Synthesis program to nanites, which allows you to generate nanite volume using your own blood volume. This WILL suck you dry if you let it, please use this with a blood sensor or something! No, you can't cheese it with Blood Regeneration.
- - Added the Remote Signaler program to nanites, which functions similarly to, well, a remote signaler!
- - Added the Remote Signal Receiver program to nanites, which allows you to receive remote signaler signals and translate them into nanite signals!
- - Added the Dermal Toggle program to nanites, which is similar to a dermal button, but it's an on/off toggle instead.
- - You can now combine nanite rules, for more advanced logic!
- - Nanite Cloud Controllers now have neat lil' popup bubbles whenever you do an action on 'em.
- - Researching harmonic nanite tech now provides a 0.1/sec passive regen rate boost to all nanites!
- - Metabolic Synthesis no longer has a built in-limiter, and can consume ALL your nutrition if you allow it to.
- - Infective exo-locomotion shouldn't be completely useless anymore.
- - Nanite communication remotes, which can send text communications to certain nanite programs, are now actually buildable
-
- DarnTheMarn updated:
-
- - Adds a new reagent, maltodextrin.
- - Adds maltodextrin to donk pockets and vendor food.
- - Removed donuts and their references from the SecTech
-
- HowToLoLu updated:
-
- - The engineering security office of BoxStation no longer is filled with cold air roundstart
- - The air in the control room of Box's Telecomms is no longer filled with cold air either
-
- PowerfulBacon updated:
-
- - Ventcrawling works again
-
- RKz, MrStonedOne updated:
-
- - adds stack overflow detection for the Master Controller
-
- Rukofamicom updated:
-
- - Cryptographic Sequencers (Emags) no longer cause permanent damage to airlocks. They will still bolt doors open and cause them to completely lose power indefinitely (which means no silicon access). Pulse or cut/repair power wires to fix emagged doors.
- - Removes the smoking panel message from airlocks that have been emagged, since they are no longer permanently damaged
- - Pulsing power wires now resets the time before power comes back on.
-
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.