diff --git a/code/game/objects/items/devices/drone.dm b/code/game/objects/items/devices/drone.dm index 9520026068..40b0c9c839 100644 --- a/code/game/objects/items/devices/drone.dm +++ b/code/game/objects/items/devices/drone.dm @@ -137,7 +137,7 @@ /obj/structure/drone/proc/toggle_state() if(!can_fly) return - if(!broken && can_move) + if(!broken) can_move = FALSE if (connected_controller) connected_controller.is_moving = FALSE