mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Update _machinery.dm (#4194)
Co-authored-by: Matthew <matthew@tfaluc.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user