no patrick you have to put effort in (#25973)

This commit is contained in:
Qwertytoforty
2024-06-19 11:49:26 -04:00
committed by GitHub
parent 7acefde47d
commit 489f4ae85c
@@ -379,7 +379,7 @@
/datum/species/golem/sand/bullet_act(obj/item/projectile/P, mob/living/carbon/human/H)
if(!(P.original == H && P.firer == H))
if(P.flag == BULLET || P.flag == BOMB)
if((P.flag == BULLET || P.flag == BOMB) && P.armour_penetration_percentage < 100)
playsound(H, 'sound/effects/shovel_dig.ogg', 70, 1)
H.visible_message("<span class='danger'>[P] sinks harmlessly in [H]'s sandy body!</span>", \
"<span class='userdanger'>[P] sinks harmlessly in [H]'s sandy body!</span>")