This commit is contained in:
kyunkyunkyun
2025-08-15 09:17:18 +05:00
committed by GitHub
parent a5792fb697
commit c04f986bc0
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -187,7 +187,7 @@
user.do_attack_animation(target)
if(ishuman(target))
var/mob/living/carbon/human/human_target = target
if(human_target.check_shields(src, force, "[user]'s [name]", MELEE_ATTACK, armour_penetration_flat, armour_penetration_percentage))
if(human_target.check_shields(src, force, "[user]'s [name]", MELEE_ATTACK))
return FALSE
add_fingerprint(user)