Merge pull request #14703 from LetterN/fixes-syndie-shit

balances syndie simplemob
This commit is contained in:
Lin
2021-05-10 14:29:48 -05:00
committed by GitHub
@@ -130,11 +130,11 @@
QDEL_NULL(sord) QDEL_NULL(sord)
return ..() return ..()
/mob/living/simple_animal/hostile/syndicate/melee/bullet_act(obj/item/projectile/Proj) /mob/living/simple_animal/hostile/syndicate/melee/sword/bullet_act(obj/item/projectile/Proj)
if(prob(25)) if(prob(50))
return ..() visible_message("<span class='danger'>[src] blocks [Proj] with its shield!</span>")
visible_message("<span class='danger'>[src] blocks [Proj] with its shield!</span>") return BULLET_ACT_BLOCK
return BULLET_ACT_BLOCK return ..()
/mob/living/simple_animal/hostile/syndicate/melee/sword/space /mob/living/simple_animal/hostile/syndicate/melee/sword/space
icon_state = "syndicate_space_sword" icon_state = "syndicate_space_sword"