From 9fc2f7cf3c846b3e72a7b3e6ca24af1da5fbd155 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Sun, 28 Apr 2024 10:03:25 +0000
Subject: [PATCH] Automatic changelog compile [ci skip]
---
html/changelog.html | 8 ++++++++
html/changelogs/.all_changelog.yml | 7 +++++++
html/changelogs/AutoChangeLog-pr-10900.yml | 8 --------
3 files changed, 15 insertions(+), 8 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-10900.yml
diff --git a/html/changelog.html b/html/changelog.html
index ae20cd8d2a08b..053331520547b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,14 @@
-->
+
28 April 2024
+
rkz, Mothblocks, Ryll/Shaps updated:
+
+ - Adds new succumb HUD alert upon crit status. Replaces the old "Whisper to die" system.
+ - Refactored stat system to check hardcrit directly
+ - fixed stat handling to utilize new hardcrit check, reducing duplicate code
+
+
25 April 2024
Memendia updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9cdbc373e666e..f15702ee24cee 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43079,3 +43079,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2024-04-25:
Memendia:
- bugfix: adds a space to the dchat message for split personality
+2024-04-28:
+ rkz, Mothblocks, Ryll/Shaps:
+ - rscadd: Adds new succumb HUD alert upon crit status. Replaces the old "Whisper
+ to die" system.
+ - refactor: Refactored stat system to check hardcrit directly
+ - bugfix: fixed stat handling to utilize new hardcrit check, reducing duplicate
+ code
diff --git a/html/changelogs/AutoChangeLog-pr-10900.yml b/html/changelogs/AutoChangeLog-pr-10900.yml
deleted file mode 100644
index f5477c96e1ef1..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-10900.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: rkz, Mothblocks, Ryll/Shaps
-delete-after: true
-changes:
- - rscadd: Adds new succumb HUD alert upon crit status. Replaces the old "Whisper
- to die" system.
- - refactor: Refactored stat system to check hardcrit directly
- - bugfix: fixed stat handling to utilize new hardcrit check, reducing duplicate
- code