Update _machinery.dm (#4194)

Co-authored-by: Matthew <matthew@tfaluc.com>
This commit is contained in:
Matthew J
2021-03-16 23:14:00 +00:00
committed by GitHub
co-authored by Matthew
parent d35b16b6b1
commit 46d979874a
+1
View File
@@ -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))