From c5574eadbf3b4dc39780949cd0289b503b791731 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 17 Mar 2021 13:30:19 +0100 Subject: [PATCH] Automatic changelog generation for PR #4212 [ci skip] --- html/changelogs/AutoChangeLog-pr-4212.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-4212.yml diff --git a/html/changelogs/AutoChangeLog-pr-4212.yml b/html/changelogs/AutoChangeLog-pr-4212.yml new file mode 100644 index 00000000000..0e2af7c8eb2 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-4212.yml @@ -0,0 +1,6 @@ +author: "ATHATH" +delete-after: True +changes: + - bugfix: "Fixes the goof(s) made in another coder's anti-spider plasmaflooding PR that rendered silicons unable to interact with many machines. +qol: Admins with \"ai interact\" mode on can now interact with any machine that is powered and not broken, regardless of other conditions, provided that the default machine can_interact() proc hasn't been overwritten in a weird way for that machine." + - code_imp: "The structure of the default state of the can_interact() proc for machines has been reworked to be less awkward and painful to read than it was before."