Skip to content

Commit

Permalink
fixes a single space, thanks byond (#37295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitak authored Oct 22, 2024
1 parent 39b183b commit 8008803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/bots/bots.dm
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
/obj/machinery/bot/emag_act(mob/user)
if(emagged >= 2)
return
if(locked)
if(locked)
locked = 0
emagged = 1
if(user)
Expand Down

0 comments on commit 8008803

Please sign in to comment.