Skip to content

Commit

Permalink
Update code/modules/organs/organ_internal.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Aug 12, 2023
1 parent 3c1a95f commit a78c570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/organ_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/datum/internal_organ
var/name = "organ"
var/mob/living/carbon/human/owner = null
// If you lose a vital organ, you die immediately
/// If you lose a vital organ, you die immediately
var/vital
/// amount of damage to the organ
var/damage = 0
Expand Down

0 comments on commit a78c570

Please sign in to comment.