Skip to content

Commit

Permalink
deleteorganhelper
Browse files Browse the repository at this point in the history
deleteorganhelper
  • Loading branch information
TriflesChase committed Dec 28, 2024
1 parent cbfb90b commit 9bd62da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/surgery/organs/organ_helpers.dm

This file was deleted.

3 changes: 3 additions & 0 deletions code/modules/surgery/organs/organ_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
/obj/item/organ/internal/proc/is_broken()
return damage >= min_broken_damage

/mob/living/carbon/human/proc/get_int_organ(typepath)
return (locate(typepath) in organs)

/obj/item/organ/internal/process()
//Process infections

Expand Down

0 comments on commit 9bd62da

Please sign in to comment.