diff --git a/html/changelog.html b/html/changelog.html index 55283baf5eb7a..bc253215101e0 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -61,6 +61,16 @@

EvilDragonfiend updated:

+

Hardly updated:

+ +

rkz, haukeschuemann, Rohesie, Timberpoes, zxaber updated:

+

04 May 2024

XeonMations updated:

diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index b4d618c105797..411a40df18990 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -43113,3 +43113,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. 2024-05-07: EvilDragonfiend: - bugfix: fixed some nulls + Hardly: + - rscadd: Adds an universal enzyme to the lavaland beach biodome, allowing beach + bums to make stuff like bread and tofu + - bugfix: Adds a griddle to the lavaland beach biodome, allowing beach bums to cook + again + rkz, haukeschuemann, Rohesie, Timberpoes, zxaber: + - refactor: Standardized the entire attack_chain and added stack_traces to detect + when & where it fails. + - balance: minor buff to telekinesis to use most interact() code. Unlikely to cause + major change, just reducing duplicate code where TK would have its own proc + for essentially doing the exact same thing diff --git a/html/changelogs/AutoChangeLog-pr-10903.yml b/html/changelogs/AutoChangeLog-pr-10903.yml deleted file mode 100644 index 0b22f44d4c962..0000000000000 --- a/html/changelogs/AutoChangeLog-pr-10903.yml +++ /dev/null @@ -1,8 +0,0 @@ -author: rkz, haukeschuemann, Rohesie, Timberpoes, zxaber -delete-after: true -changes: - - refactor: Standardized the entire attack_chain and added stack_traces to detect - when & where it fails. - - balance: minor buff to telekinesis to use most interact() code. Unlikely to cause - major change, just reducing duplicate code where TK would have its own proc - for essentially doing the exact same thing diff --git a/html/changelogs/AutoChangeLog-pr-10937.yml b/html/changelogs/AutoChangeLog-pr-10937.yml deleted file mode 100644 index a1c88ebafe3b0..0000000000000 --- a/html/changelogs/AutoChangeLog-pr-10937.yml +++ /dev/null @@ -1,7 +0,0 @@ -author: Hardly -delete-after: true -changes: - - rscadd: Adds an universal enzyme to the lavaland beach biodome, allowing beach - bums to make stuff like bread and tofu - - bugfix: Adds a griddle to the lavaland beach biodome, allowing beach bums to cook - again