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))