diff --git a/html/changelogs/AutoChangeLog-pr-18555.yml b/html/changelogs/AutoChangeLog-pr-18555.yml deleted file mode 100644 index 12e43a5c12..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18555.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Kashargul" -delete-after: True -changes: - - bugfix: "AI can now access the forever hidden vorepanel button" - - bugfix: "balloon alerts not centered for wide sprites" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18557.yml b/html/changelogs/AutoChangeLog-pr-18557.yml deleted file mode 100644 index 3c0f9e27aa..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18557.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "zeskorion" -delete-after: True -changes: - - bugfix: "few runtimes and new vars" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18558.yml b/html/changelogs/AutoChangeLog-pr-18558.yml deleted file mode 100644 index 279b605e6d..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18558.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Ryumi" -delete-after: True -changes: - - image: "Casino chips use a new set of sprites that better represent their item sizes." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18561.yml b/html/changelogs/AutoChangeLog-pr-18561.yml deleted file mode 100644 index 70a66fa50c..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18561.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "Ryumi" -delete-after: True -changes: - - code_imp: "Greatly cleaned up the initialization code of playing card decks." - - bugfix: "Fixed triple card decks generating at quadruple size instead of triple, as well as casino card decks spawning with jokers." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18562.yml b/html/changelogs/AutoChangeLog-pr-18562.yml deleted file mode 100644 index 8824082fc2..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18562.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Will" -delete-after: True -changes: - - code_imp: "Tiny cleanup in gravgen UI code" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-18564.yml b/html/changelogs/AutoChangeLog-pr-18564.yml deleted file mode 100644 index 0f84ca2204..0000000000 --- a/html/changelogs/AutoChangeLog-pr-18564.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "SatinIsle" -delete-after: True -changes: - - rscadd: "Added a new Welcome to Virgo pamphlet that covers most vital lore IC." - - qol: "Made it so that new players under 10 days old start with this lore document in their hand. It is sized as tiny, making it easy to tuck away." \ No newline at end of file diff --git a/html/changelogs/archive/2025-09.yml b/html/changelogs/archive/2025-09.yml index 420b2ce697..9038b9fe75 100644 --- a/html/changelogs/archive/2025-09.yml +++ b/html/changelogs/archive/2025-09.yml @@ -444,3 +444,21 @@ - rscadd: Added churros and churros recipe Will: - code_imp: Moves turf slip code to a component +2025-09-26: + Kashargul: + - bugfix: AI can now access the forever hidden vorepanel button + - bugfix: balloon alerts not centered for wide sprites + Ryumi: + - image: Casino chips use a new set of sprites that better represent their item + sizes. + - code_imp: Greatly cleaned up the initialization code of playing card decks. + - bugfix: Fixed triple card decks generating at quadruple size instead of triple, + as well as casino card decks spawning with jokers. + SatinIsle: + - rscadd: Added a new Welcome to Virgo pamphlet that covers most vital lore IC. + - qol: Made it so that new players under 10 days old start with this lore document + in their hand. It is sized as tiny, making it easy to tuck away. + Will: + - code_imp: Tiny cleanup in gravgen UI code + zeskorion: + - bugfix: few runtimes and new vars