Skip to content

Commit

Permalink
intergation test random fail..
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Nov 17, 2023
1 parent 8bbfa8b commit 6d93f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
for(var/obj/item/I in held_items)
if(I.IsReflect(def_zone))
return TRUE
///Granted by prismwine
if(HAS_TRAIT(src, TRAIT_REFLECTIVE) && prob(50))
return TRUE
return FALSE
Expand Down

0 comments on commit 6d93f3a

Please sign in to comment.