Revert "Adds more customization to robotic internal organs (#12994)" (#13065)

This commit is contained in:
Matt Atlas
2022-02-02 19:46:57 +01:00
committed by GitHub
parent 567da024d0
commit 3225711e67
29 changed files with 60 additions and 121 deletions

View File

@@ -14,7 +14,7 @@
/obj/item/organ/internal/appendix/process()
..()
if(inflamed && owner && !(status & ORGAN_ROBOT))
if(inflamed && owner)
inflamed++
if(prob(5))
if(owner.can_feel_pain())