mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
no patrick you have to put effort in (#25973)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user