Adds more customization to robotic internal organs but it is not broken (#13068)

This commit is contained in:
Alberyk
2022-02-06 18:07:42 -03:00
committed by GitHub
parent ea5f66fa4c
commit f42edd018e
30 changed files with 130 additions and 60 deletions

View File

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