Skip to content

Commit

Permalink
we love runtimes (ParadiseSS13#23560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Contrabang authored Dec 15, 2023
1 parent 6301f38 commit ca98c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -759,11 +759,11 @@ emp_act
return

for(var/obj/O in list(head, wear_suit, back, l_hand, r_hand))
O.water_act(src, volume, temperature, source, method)
O.water_act(volume, temperature, source, method)
if((head?.flags & THICKMATERIAL) && (wear_suit?.flags & THICKMATERIAL)) // fully pierce proof clothing is also water proof!
return
for(var/obj/O in list(w_uniform, shoes, belt, gloves, glasses, l_ear, r_ear, wear_id, wear_pda, r_store, l_store, s_store))
O.water_act(src, volume, temperature, source, method)
O.water_act(volume, temperature, source, method)



Expand Down

0 comments on commit ca98c4f

Please sign in to comment.