From 87e8495bf5189d2ba800a9acbd169f7eaba2ebd6 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Sun, 22 Dec 2024 13:05:41 +0000
Subject: [PATCH] Automatic changelog compile [ci skip]
---
html/changelog.html | 18 ++++++++++++++++++
html/changelogs/.all_changelog.yml | 12 ++++++++++++
html/changelogs/AutoChangeLog-pr-12011.yml | 4 ----
html/changelogs/AutoChangeLog-pr-12053.yml | 9 ---------
html/changelogs/AutoChangeLog-pr-12059.yml | 4 ----
5 files changed, 30 insertions(+), 17 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-12011.yml
delete mode 100644 html/changelogs/AutoChangeLog-pr-12053.yml
delete mode 100644 html/changelogs/AutoChangeLog-pr-12059.yml
diff --git a/html/changelog.html b/html/changelog.html
index e61a4eed3df18..53e7df93dd9ff 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,24 @@
-->
+
22 December 2024
+
BarteG44 updated:
+
+ - fixes not being able to buckle to the weight lifting machines and their animations
+ - fixes the exercised status not giving stamina damage resistance
+ - fixes the guillotine having the wrong offset
+ - increases the amount of exercise you get from weight lifting machines
+ - makes gym equipment constructable via the construction menu
+
+
PowerfulBacon updated:
+
+ - Fixes echostation disposals resulting in random testing failures.
+
+
Tsar-Salat updated:
+
+ - fixes segmented turf textures applying to nonsegmented turfs... very ugly...
+
+
16 December 2024
Rukofamicom updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0d9411c8b0718..2bb8e5f0fb560 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -45220,3 +45220,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- balance: This means stamina weapons can be strategically used to disable limbs
without chest-aimed full stamcrit always being the better option.
- balance: This also means it is somewhat easier for sharp weapons to de-limb.
+2024-12-22:
+ BarteG44:
+ - bugfix: fixes not being able to buckle to the weight lifting machines and their
+ animations
+ - bugfix: fixes the exercised status not giving stamina damage resistance
+ - bugfix: fixes the guillotine having the wrong offset
+ - tweak: increases the amount of exercise you get from weight lifting machines
+ - rscadd: makes gym equipment constructable via the construction menu
+ PowerfulBacon:
+ - bugfix: Fixes echostation disposals resulting in random testing failures.
+ Tsar-Salat:
+ - bugfix: fixes segmented turf textures applying to nonsegmented turfs... very ugly...
diff --git a/html/changelogs/AutoChangeLog-pr-12011.yml b/html/changelogs/AutoChangeLog-pr-12011.yml
deleted file mode 100644
index 6948a7fa461b9..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-12011.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Tsar-Salat
-delete-after: true
-changes:
- - bugfix: fixes segmented turf textures applying to nonsegmented turfs... very ugly...
diff --git a/html/changelogs/AutoChangeLog-pr-12053.yml b/html/changelogs/AutoChangeLog-pr-12053.yml
deleted file mode 100644
index 7d0498828c7c9..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-12053.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: BarteG44
-delete-after: true
-changes:
- - bugfix: fixes not being able to buckle to the weight lifting machines and their
- animations
- - bugfix: fixes the exercised status not giving stamina damage resistance
- - bugfix: fixes the guillotine having the wrong offset
- - tweak: increases the amount of exercise you get from weight lifting machines
- - rscadd: makes gym equipment constructable via the construction menu
diff --git a/html/changelogs/AutoChangeLog-pr-12059.yml b/html/changelogs/AutoChangeLog-pr-12059.yml
deleted file mode 100644
index 3822af67a6bba..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-12059.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: PowerfulBacon
-delete-after: true
-changes:
- - bugfix: Fixes echostation disposals resulting in random testing failures.