Skip to content

Commit

Permalink
Swan Reflect Buff (#1598)
Browse files Browse the repository at this point in the history
swan buff

removes prob from swan reflect
  • Loading branch information
TaculoTaculo authored Nov 3, 2023
1 parent 505482c commit f43ab42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
/mob/living/simple_animal/hostile/abnormality/black_swan/bullet_act(obj/projectile/P) //umbrella shield code
if(umbrella_open)
if(is_A_facing_B(src,P.firer))
if(P.reflectable != NONE && prob(20))
if(P.reflectable != NONE)
visible_message("<span class='userdanger'>[src] deflects [P] with their umbrella!</span>")
ReflectProjectile(P)
return BULLET_ACT_FORCE_PIERCE
Expand Down

0 comments on commit f43ab42

Please sign in to comment.