mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Adds more customization to robotic internal organs but it is not broken (#13068)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user