Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boskoramen committed Sep 1, 2024
1 parent bb7334e commit c84d053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Contains most of the procs that are called when a mob is attacked by something
var/last_damage_source = null
var/last_damage_mob = null
if (damage > 5)
last_damage_source = initial(AM.name)
last_damage_source = initial(thrown_atom.name)
animation_flash_color(src)
var/obj/item/thrown_item = thrown_object
if(istype(thrown_item) && thrown_item.sharp) //Hilarious is_sharp only returns true if it's sharp AND edged, while a bunch of things don't have edge to limit embeds.
Expand Down

0 comments on commit c84d053

Please sign in to comment.