Skip to content

Commit

Permalink
B
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jul 12, 2024
1 parent b3d7e57 commit 867a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
Iwound_bonus = CANT_WOUND

var/weakness = H.check_weakness(I, user)
apply_damage(totitemdamage * weakness, I.damtype, def_zone, armor_block, H, wound_bonus = Iwound_bonus, bare_wound_bonus = I.bare_wound_bonus, sharpness = I.get_sharpness(), damage_threshold = dt)
apply_damage(totitemdamage * weakness, /* I.damtype */ STAMINA, def_zone, armor_block, H, wound_bonus = Iwound_bonus, bare_wound_bonus = I.bare_wound_bonus, sharpness = I.get_sharpness(), damage_threshold = dt)


H.send_item_attack_message(I, user, hit_area, affecting, totitemdamage)
Expand Down

0 comments on commit 867a48e

Please sign in to comment.