From 489f4ae85c196e216cb7281cca2c19218564feda Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:49:26 -0400 Subject: [PATCH] no patrick you have to put effort in (#25973) --- code/modules/mob/living/carbon/human/species/golem.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/golem.dm b/code/modules/mob/living/carbon/human/species/golem.dm index 169d9bcc28b..3a65cecc384 100644 --- a/code/modules/mob/living/carbon/human/species/golem.dm +++ b/code/modules/mob/living/carbon/human/species/golem.dm @@ -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("[P] sinks harmlessly in [H]'s sandy body!", \ "[P] sinks harmlessly in [H]'s sandy body!")