Skip to content

Commit

Permalink
prob skhruknulsya
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele committed Dec 9, 2023
1 parent c81a8ba commit afb7319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,9 @@ meteor_act
var/obj/item/shield = null
var/shield_mod_shield = 0
if(istype(buckled, /obj/effect/dummy/immaterial_form))
if(1 to 80)
if(prob(80))
return PROJECTILE_CONTINUE


for(var/obj/item/I in list(l_hand, r_hand, wear_suit))
if(!I) continue
if(I.mod_shield > shield_mod_shield)
Expand Down

0 comments on commit afb7319

Please sign in to comment.