diff --git a/html/changelogs/AutoChangeLog-pr-15808.yml b/html/changelogs/AutoChangeLog-pr-15808.yml deleted file mode 100644 index 5eb3b32448..0000000000 --- a/html/changelogs/AutoChangeLog-pr-15808.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: "Putnam3145" -delete-after: True -changes: - - rscadd: "Antag roles can be set to \"low\" rather than just \"enabled\" or \"disabled\", which will prevent spending antag rep on that antag but make you a low priority pick" - - code_imp: "Changed no antags from a special role to a toggle (why did i make it a special role)" - - code_imp: "All direct references to ROLE_NO_ANTAGONISTS have been swapped to the HAS_ANTAG_PREF macro or removed" diff --git a/html/changelogs/AutoChangeLog-pr-15825.yml b/html/changelogs/AutoChangeLog-pr-15825.yml deleted file mode 100644 index e8ece6ad11..0000000000 --- a/html/changelogs/AutoChangeLog-pr-15825.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Putnam3145" -delete-after: True -changes: - - bugfix: "Job code is no longer fricked (oh well)" diff --git a/html/changelogs/archive/2022-09.yml b/html/changelogs/archive/2022-09.yml new file mode 100644 index 0000000000..e49fe034ad --- /dev/null +++ b/html/changelogs/archive/2022-09.yml @@ -0,0 +1,10 @@ +2022-09-01: + Putnam3145: + - bugfix: Job code is no longer fricked (oh well) + - rscadd: Antag roles can be set to "low" rather than just "enabled" or "disabled", + which will prevent spending antag rep on that antag but make you a low priority + pick + - code_imp: Changed no antags from a special role to a toggle (why did i make it + a special role) + - code_imp: All direct references to ROLE_NO_ANTAGONISTS have been swapped to the + HAS_ANTAG_PREF macro or removed