Fix for Abi's fix, thanks to @Sunfall!

This commit is contained in:
Erthilo
2012-05-17 03:11:09 +01:00
parent 4eea62f47c
commit 38299caad4
+1 -1
View File
@@ -167,7 +167,7 @@ KNIFE
var/mob/living/carbon/human/H = M // Let's have this ready for later.
if(user.zone_sel.selecting != "eyes" && user.zone_sel.selecting != user.zone_sel.selecting != "head") //hitting anything else other than the eyes
if(user.zone_sel.selecting != "eyes" && user.zone_sel.selecting != "head") //hitting anything else other than the eyes
if(prob(33))
src.add_blood(H)
var/turf/location = H.loc