Skip to content

Commit 438a7f7

Browse files
author
MisterGrimm
authored
Pipes hurt mobs again (#772)
Big ouch, super scary.
1 parent fda0436 commit 438a7f7

File tree

1 file changed

+4
-0
lines changed
  • code/modules/recycling/disposal

1 file changed

+4
-0
lines changed

code/modules/recycling/disposal/pipe.dm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@
8383
if(H2 && !H2.active)
8484
H.merge(H2)
8585

86+
for(var/mob/living/L in H)
87+
var/armor = L.run_armor_check(attack_flag = BLUNT, silent = TRUE)
88+
L.apply_damage(3, BRUTE, blocked = armor, spread_damage = TRUE)
89+
8690
H.forceMove(P)
8791
return P
8892

0 commit comments

Comments
 (0)