diff --git a/code/_onclick/other_mobs.dm b/code/_onclick/other_mobs.dm
index c1459e02f1..48b652b6f3 100644
--- a/code/_onclick/other_mobs.dm
+++ b/code/_onclick/other_mobs.dm
@@ -10,11 +10,11 @@
if(!has_active_hand()) //can't attack without a hand.
to_chat(src, "You look at your arm and sigh.")
return
-
- var/obj/item/bodypart/check_arm = get_active_hand()
- if(check_arm && check_arm.is_disabled() == BODYPART_DISABLED_WOUND)
- to_chat(src, "The damage in your [check_arm.name] is preventing you from using it! Get it fixed, or at least splinted!")
- return
+
+ var/obj/item/bodypart/check_arm = get_active_hand()
+ if(check_arm && check_arm.is_disabled() == BODYPART_DISABLED_WOUND)
+ to_chat(src, "The damage in your [check_arm.name] is preventing you from using it! Get it fixed, or at least splinted!")
+ return
// Special glove functions:
// If the gloves do anything, have them return 1 to stop