Paperplane balance fix (#17278)

Drastically reduced eye damage proc chances
This commit is contained in:
Mercenaryblue
2016-05-01 12:22:11 +02:00
committed by phil235
parent 2881b4a09e
commit 1be07b13ef
+1 -1
View File
@@ -95,7 +95,7 @@
if(..() || !ishuman(hit_atom))//if the plane is caught or it hits a nonhuman
return
var/mob/living/carbon/human/H = hit_atom
if(prob(15))
if(prob(2))
if((H.head && H.head.flags_cover & HEADCOVERSEYES) || (H.wear_mask && H.wear_mask.flags_cover & MASKCOVERSEYES) || (H.glasses && H.glasses.flags_cover & GLASSESCOVERSEYES))
return
visible_message("<span class='danger'>\The [src] hits [H] in the eye!</span>")