Update syndicate.dm

This commit is contained in:
Trilbyspaceclone
2019-04-26 22:50:23 -04:00
committed by GitHub
parent ae2b3797a6
commit bd5e8241d6

View File

@@ -130,7 +130,7 @@
/mob/living/simple_animal/hostile/syndicate/melee/bullet_act(obj/item/projectile/Proj)
if(!Proj)
return
if(prob(50))
if(prob(25))
return ..()
else
visible_message("<span class='danger'>[src] blocks [Proj] with its shield!</span>")