From e3ffe1098b98fde694eca21e96484e4cc94dfdf2 Mon Sep 17 00:00:00 2001
From: dovydas12345 <37041561+dovydas12345@users.noreply.github.com>
Date: Sat, 27 Oct 2018 16:12:45 +0300
Subject: [PATCH] Wooops
---
code/modules/mob/living/carbon/carbon_defense.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm
index d6036114df9..3adbb6206d9 100644
--- a/code/modules/mob/living/carbon/carbon_defense.dm
+++ b/code/modules/mob/living/carbon/carbon_defense.dm
@@ -14,8 +14,8 @@
visible_message("[src] fails to catch [I]!")
else if(istype(AM, /obj/item))
+ var/obj/item/I = AM
if(!get_active_hand()) //Makes sure active hand is empty
- var/obj/item/I = AM
if(isturf(I.loc))
put_in_active_hand(I)
visible_message("[src] catches [I]!")