Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Jul 28, 2024
1 parent c3e85b0 commit 4b629f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/elements/strippable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
to_chat(user, SPAN_WARNING("You can't do this right now."))
return FALSE

if ((user.is_mob_incapacitated() || user.is_mob_restrained())
if ((user.is_mob_incapacitated() || user.is_mob_restrained()))
to_chat(user, SPAN_WARNING("You can't do this right now."))
return FALSE

Expand Down

0 comments on commit 4b629f8

Please sign in to comment.