[MIRROR] Makes bloodpump process spaceacillin properly (#10706)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-21 15:37:22 -07:00
committed by GitHub
parent 0739127784
commit fa2f444342
2 changed files with 20 additions and 13 deletions

View File

@@ -670,14 +670,9 @@ This function completely restores a damaged organ to perfect condition.
/obj/item/organ/external/process()
if(owner)
//Dismemberment
//if(parent && parent.is_stump()) //should never happen
// warning("\The [src] ([src.type]) belonging to [owner] ([owner.type]) was attached to a stump")
// remove()
// return
// Process wounds, doing healing etc. Only do this every few ticks to save processing power
if(owner.life_tick % wound_update_accuracy == 0)
if(owner.stat != DEAD && owner.life_tick % wound_update_accuracy == 0)
update_wounds()
//Chem traces slowly vanish