diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm index e9e27a53387..40fcfc82671 100644 --- a/code/_onclick/cyborg.dm +++ b/code/_onclick/cyborg.dm @@ -17,7 +17,7 @@ if(is_ventcrawling(src)) // To stop drones interacting with anything while ventcrawling return - if(stat == DEAD) + if(stat == DEAD || lockcharge || IsWeakened() || stunned || paralysis || low_power_mode) return var/list/modifiers = params2list(params)