diff --git a/html/changelogs/AutoChangeLog-pr-20642.yml b/html/changelogs/AutoChangeLog-pr-20642.yml deleted file mode 100644 index 49faeab52ec..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20642.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SkyratBot" -delete-after: True -changes: - - rscadd: "Due to an influx of syndicate activities near the station, A number of businesses in the nearby sector of space have been closed down. One of which being a themed old-style american diner. Can you find it?" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20646.yml b/html/changelogs/AutoChangeLog-pr-20646.yml deleted file mode 100644 index 03b3cc7ec77..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20646.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "vinylspiders" -delete-after: True -changes: - - bugfix: "the character preview in Select-equipment and the Outfit-O-Tron 9000 are once again functional" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20647.yml b/html/changelogs/AutoChangeLog-pr-20647.yml deleted file mode 100644 index 0c607e40f51..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20647.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SkyratBot" -delete-after: True -changes: - - bugfix: "DNA infusers now properly give felinid tails and other external organs" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20648.yml b/html/changelogs/AutoChangeLog-pr-20648.yml deleted file mode 100644 index 9590013a658..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20648.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "iain0" -delete-after: True -changes: - - bugfix: "Fixes an error in health analyzers which would cut off the top of the health scan if the player was deaf." \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20649.yml b/html/changelogs/AutoChangeLog-pr-20649.yml deleted file mode 100644 index 1055f202f28..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20649.yml +++ /dev/null @@ -1,8 +0,0 @@ -author: "SkyratBot" -delete-after: True -changes: - - refactor: "refactors trees into basic mobs" - - refactor: "refactors poles into basic mobs" - - rscadd: "If trees now see you holding a chainsaw, hatchet, or some wood they will get angry and knock you out for longer" - - rscadd: "Poles will run around giving some of their charge to APCs they find along the way" - - bugfix: "cells charged by the pole will now have their icon correctly updated to reflect their charge" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20650.yml b/html/changelogs/AutoChangeLog-pr-20650.yml deleted file mode 100644 index 16627bed2f0..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20650.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "SkyratBot" -delete-after: True -changes: - - qol: "made dna infusers less confusing to use by removing the \"must be opened\" check" - - bugfix: "fixed up gondola mutants and how to obtain them" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20653.yml b/html/changelogs/AutoChangeLog-pr-20653.yml deleted file mode 100644 index a3beff6ebd2..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20653.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: "SkyratBot" -delete-after: True -changes: - - bugfix: "order consoles cancelling order's less than 200 but still subtracting money, mining points from the player" - - code_imp: "multiplier for all shipments made through cargo" - - refactor: "2 new procs retrive_points() & subtract_points() to dela with different types" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-20661.yml b/html/changelogs/AutoChangeLog-pr-20661.yml deleted file mode 100644 index 1de8aa71b60..00000000000 --- a/html/changelogs/AutoChangeLog-pr-20661.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SkyratBot" -delete-after: True -changes: - - rscadd: "Added new berets to the vendor" \ No newline at end of file diff --git a/html/changelogs/archive/2023-04.yml b/html/changelogs/archive/2023-04.yml index 3c5ef6f9268..8b1482541de 100644 --- a/html/changelogs/archive/2023-04.yml +++ b/html/changelogs/archive/2023-04.yml @@ -876,3 +876,32 @@ - bugfix: You can no longer use tcomms buses to change messages to banned frequencies vinylspiders: - bugfix: suit accessories will now attach once again +2023-04-21: + SkyratBot: + - rscadd: Due to an influx of syndicate activities near the station, A number of + businesses in the nearby sector of space have been closed down. One of which + being a themed old-style american diner. Can you find it? + - qol: made dna infusers less confusing to use by removing the "must be opened" + check + - bugfix: fixed up gondola mutants and how to obtain them + - bugfix: DNA infusers now properly give felinid tails and other external organs + - bugfix: order consoles cancelling order's less than 200 but still subtracting + money, mining points from the player + - code_imp: multiplier for all shipments made through cargo + - refactor: 2 new procs retrive_points() & subtract_points() to dela with different + types + - refactor: refactors trees into basic mobs + - refactor: refactors poles into basic mobs + - rscadd: If trees now see you holding a chainsaw, hatchet, or some wood they will + get angry and knock you out for longer + - rscadd: Poles will run around giving some of their charge to APCs they find along + the way + - bugfix: cells charged by the pole will now have their icon correctly updated to + reflect their charge + - rscadd: Added new berets to the vendor + iain0: + - bugfix: Fixes an error in health analyzers which would cut off the top of the + health scan if the player was deaf. + vinylspiders: + - bugfix: the character preview in Select-equipment and the Outfit-O-Tron 9000 are + once again functional