From 892478ab94dfe68f438bc58471c6c473b4c02889 Mon Sep 17 00:00:00 2001 From: dovydas12345 <37041561+dovydas12345@users.noreply.github.com> Date: Sat, 27 Oct 2018 20:55:00 +0300 Subject: [PATCH] Spelling --- 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 ac2730d3e37..d4cafa847fd 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -2,7 +2,7 @@ if(!skipcatch) if(in_throw_mode && canmove && !restrained()) //Makes sure player is in throw mode if(!istype(AM,/obj/item) || !isturf(AM.loc)) - retrun FALSE + return FALSE if(get_active_hand()) return FALSE if(istype(AM, /obj/item/twohanded))