Skip to content

Commit

Permalink
Brain too
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperioo committed Jul 14, 2023
1 parent 65042fc commit 1fa4128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/brain/brain_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
brainmob = null
. = ..()

/obj/item/organ/internal/vital/brain/take_damage(amount, damage_type = BRUTE, wounding_multiplier = 1, sharp = FALSE, edge = FALSE, silent = FALSE)
/obj/item/organ/internal/vital/brain/take_damage(amount, damage_type = BRUTE, wounding_multiplier = 1, silent = FALSE, sharp = FALSE, edge = FALSE)
if(!damage_type || status & ORGAN_DEAD)
return

Expand Down

0 comments on commit 1fa4128

Please sign in to comment.