From 46d979874a2ecf0dd148c2989ffd96a4e69b7edb Mon Sep 17 00:00:00 2001 From: Matthew J Date: Tue, 16 Mar 2021 19:14:00 -0400 Subject: [PATCH] Update _machinery.dm (#4194) Co-authored-by: Matthew --- code/game/machinery/_machinery.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm index b389672324b..b5e5343f41c 100644 --- a/code/game/machinery/_machinery.dm +++ b/code/game/machinery/_machinery.dm @@ -344,6 +344,7 @@ if(silicon || isAdminGhostAI(user)) // If we are an AI or adminghsot, make sure the machine allows silicons to interact if(!(interaction_flags_machine & INTERACT_MACHINE_ALLOW_SILICON)) return FALSE + return TRUE // SKYRAT EDIT - This allows AIs to interact with machines again. var/is_dextrous = FALSE if(isanimal(user))