Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bierkraan committed Jun 8, 2024
1 parent 4090092 commit 0a9544a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/drone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a9544a

Please sign in to comment.