From 7ae8d934f5aa07ce6927b4dea38df6e862d3a20b Mon Sep 17 00:00:00 2001 From: Anewbe Date: Tue, 28 Mar 2017 20:24:17 -0500 Subject: [PATCH] Should fix a Travis issue --- code/modules/organs/pain.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/pain.dm b/code/modules/organs/pain.dm index 732491481f..5f3980d608 100644 --- a/code/modules/organs/pain.dm +++ b/code/modules/organs/pain.dm @@ -33,7 +33,7 @@ mob/living/carbon/human/proc/handle_pain() var/maxdam = 0 var/obj/item/organ/external/damaged_organ = null for(var/obj/item/organ/external/E in organs) - if(!E.can_feel_pain()) continue + if(!E.organ_can_feel_pain()) continue var/dam = E.get_damage() // make the choice of the organ depend on damage, // but also sometimes use one of the less damaged ones