diff --git a/modular_ss220/sm_space_drop/code/sm_drop_button.dm b/modular_ss220/sm_space_drop/code/sm_drop_button.dm index 96350436ca09..ae956940fb17 100644 --- a/modular_ss220/sm_space_drop/code/sm_drop_button.dm +++ b/modular_ss220/sm_space_drop/code/sm_drop_button.dm @@ -50,6 +50,9 @@ if(active) return + if(isAI(user)) + return + add_fingerprint(user) use_power(5)