From 48533846cd33ea263df0f24f03ac11ee5aaa47d2 Mon Sep 17 00:00:00 2001 From: AnturK Date: Sun, 15 Nov 2015 15:09:14 +0100 Subject: [PATCH] typo fix --- code/game/gamemodes/handofgod/structures.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/gamemodes/handofgod/structures.dm b/code/game/gamemodes/handofgod/structures.dm index 9ba634ca0f0..c10ef417533 100644 --- a/code/game/gamemodes/handofgod/structures.dm +++ b/code/game/gamemodes/handofgod/structures.dm @@ -503,8 +503,7 @@ A.color = side /obj/machinery/porta_turret/defensepylon_internal_turret/assess_perp(mob/living/carbon/human/perp) -= - if(H.handcuffed) //dishonourable to kill somebody who might be converted. + if(perp.handcuffed) //dishonourable to kill somebody who might be converted. return 0 var/badtarget = 0 switch(side)