Should fix a Travis issue

This commit is contained in:
Anewbe
2017-03-28 20:24:17 -05:00
parent 2f976a22f8
commit 7ae8d934f5
+1 -1
View File
@@ -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