diff --git a/code/modules/mob/living/bot/farmbot.dm b/code/modules/mob/living/bot/farmbot.dm index 0bb9ed463c..e6d86dcf0d 100644 --- a/code/modules/mob/living/bot/farmbot.dm +++ b/code/modules/mob/living/bot/farmbot.dm @@ -96,18 +96,9 @@ turn_on() . = TRUE - switch(action) - if("power") - if(!access_scanner.allowed(src)) - return FALSE - if(on) - turn_off() - else - turn_on() - . = TRUE - if(locked) return TRUE + switch(action) if("water") waters_trays = !waters_trays