Skip to content

Commit

Permalink
Merge pull request Civ13#2932 from Bierkraan:working-branch
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
Bierkraan authored Jun 8, 2024
2 parents 4a2d547 + 0a9544a commit 47908a7
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 47908a7

Please sign in to comment.