diff --git a/code/modules/mob/living/carbon/human/human_attackhand.dm b/code/modules/mob/living/carbon/human/human_attackhand.dm index 7911b33039..08dd99ee46 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -277,7 +277,7 @@ real_damage += G.punch_force hit_dam_type = G.punch_damtype if(H.pulling_punches && !attack.sharp && !attack.edge) //SO IT IS DECREED: PULLING PUNCHES WILL PREVENT THE ACTUAL DAMAGE FROM RINGS AND KNUCKLES, BUT NOT THE ADDED PAIN, BUT YOU CAN'T "PULL" A KNIFE - hit_dam_type = AGONY + hit_dam_type = HALLOSS real_damage *= damage_multiplier rand_damage *= damage_multiplier if(HULK in H.mutations) diff --git a/code/modules/mob/living/carbon/human/unarmed_attack.dm b/code/modules/mob/living/carbon/human/unarmed_attack.dm index 1bf633298a..965cd8e2f8 100644 --- a/code/modules/mob/living/carbon/human/unarmed_attack.dm +++ b/code/modules/mob/living/carbon/human/unarmed_attack.dm @@ -278,7 +278,7 @@ var/global/list/sparring_attack_cache = list() attack_noun = list("tap","light strike") attack_verb = list("tapped", "lightly struck") damage = 3 - damage_type = AGONY + damage_type = HALLOSS shredding = 0 damage = 0 sharp = FALSE