From fa3b8814aef16efc1c43cae915df3d2758a6a065 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Fri, 3 May 2024 21:04:01 +0000
Subject: [PATCH] Automatic changelog compile [ci skip]
---
html/changelog.html | 18 ++++++++++++++++++
html/changelogs/.all_changelog.yml | 18 ++++++++++++++++++
html/changelogs/AutoChangeLog-pr-2622.yml | 5 -----
html/changelogs/AutoChangeLog-pr-2628.yml | 16 ----------------
4 files changed, 36 insertions(+), 21 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-2622.yml
delete mode 100644 html/changelogs/AutoChangeLog-pr-2628.yml
diff --git a/html/changelog.html b/html/changelog.html
index d2e39f5c092..22ae693f205 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,24 @@
-->
+
03 May 2024
+
Bokkiewokkie updated:
+
+ - Fixed fighters not hearing overmap messages from their mothership.
+ - Made it clear the Syndicate Crew antag preference is for PVP
+
+
DeltaFire15 updated:
+
+ - The BSA now goes kaboom when relayed instead of being essentially a ghost NAC shell.
+ - The Eclipse no longer spawns a borg module that should never exist outside of mobs.
+ - DNA no longer has some super weird code for flavor text, instead copying the one of the source mob.
+ - You can no longer stack interactions on walls. This is to prevent a runtime from actions that modify the type of them (deconstruction mainly).
+ - Paper no longer runtimes if you do not have a pen in hand (???).
+ - Traders no longer do some cursed things to create their trade items, instead using the all-powerful initial().
+ - The stormdrive no longer runtimes if it has zero gas in it.
+ - Some squad assignment stuff shouldn't try to use a list as datum anymore.
+
+
21 April 2024
Bokkiewokkie updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3235cc6b8b7..1599b78895c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -1965,3 +1965,21 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2024-04-21:
Bokkiewokkie:
- bugfix: Updated the webmap link
+2024-05-03:
+ Bokkiewokkie:
+ - bugfix: Fixed fighters not hearing overmap messages from their mothership.
+ - spellcheck: Made it clear the Syndicate Crew antag preference is for PVP
+ DeltaFire15:
+ - balance: The BSA now goes kaboom when relayed instead of being essentially a ghost
+ NAC shell.
+ - bugfix: The Eclipse no longer spawns a borg module that should never exist outside
+ of mobs.
+ - bugfix: DNA no longer has some super weird code for flavor text, instead copying
+ the one of the source mob.
+ - tweak: You can no longer stack interactions on walls. This is to prevent a runtime
+ from actions that modify the type of them (deconstruction mainly).
+ - bugfix: Paper no longer runtimes if you do not have a pen in hand (???).
+ - bugfix: Traders no longer do some cursed things to create their trade items, instead
+ using the all-powerful initial().
+ - bugfix: The stormdrive no longer runtimes if it has zero gas in it.
+ - bugfix: Some squad assignment stuff shouldn't try to use a list as datum anymore.
diff --git a/html/changelogs/AutoChangeLog-pr-2622.yml b/html/changelogs/AutoChangeLog-pr-2622.yml
deleted file mode 100644
index f98a8a6897c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-2622.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Bokkiewokkie
-delete-after: true
-changes:
- - bugfix: Fixed fighters not hearing overmap messages from their mothership.
- - spellcheck: Made it clear the Syndicate Crew antag preference is for PVP
diff --git a/html/changelogs/AutoChangeLog-pr-2628.yml b/html/changelogs/AutoChangeLog-pr-2628.yml
deleted file mode 100644
index ba6e0e60811..00000000000
--- a/html/changelogs/AutoChangeLog-pr-2628.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-author: DeltaFire15
-delete-after: true
-changes:
- - balance: The BSA now goes kaboom when relayed instead of being essentially a ghost
- NAC shell.
- - bugfix: The Eclipse no longer spawns a borg module that should never exist outside
- of mobs.
- - bugfix: DNA no longer has some super weird code for flavor text, instead copying
- the one of the source mob.
- - tweak: You can no longer stack interactions on walls. This is to prevent a runtime
- from actions that modify the type of them (deconstruction mainly).
- - bugfix: Paper no longer runtimes if you do not have a pen in hand (???).
- - bugfix: Traders no longer do some cursed things to create their trade items, instead
- using the all-powerful initial().
- - bugfix: The stormdrive no longer runtimes if it has zero gas in it.
- - bugfix: Some squad assignment stuff shouldn't try to use a list as datum anymore.