From cf77fd39cfe294173762fb67c84971a5d76bfb64 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Sun, 14 Aug 2022 19:55:17 -0700 Subject: [PATCH] Automatic changelog generation for PR #68876 [ci skip] --- html/changelogs/AutoChangeLog-pr-68876.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-68876.yml diff --git a/html/changelogs/AutoChangeLog-pr-68876.yml b/html/changelogs/AutoChangeLog-pr-68876.yml new file mode 100644 index 00000000000..ee0ed564af0 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-68876.yml @@ -0,0 +1,6 @@ +author: "FernandoJ8" +delete-after: True +changes: + - code_imp: "changed the randomize_human() proc to call species procs instead of being mostly hardcoded and cleaned up some code" + - bugfix: "randomize_human() can now assign plural gender to a mob and will always do so for species without sexes" + - bugfix: "the external features of non-humans are now randomized properly by randomize_human() and all mechanics that call the proc, such as mulligans"