mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fix surge damage not ticking. (#21248)
title Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -710,7 +710,7 @@ This function completely restores a damaged organ to perfect condition.
|
||||
|
||||
//Determines if we even need to process this organ.
|
||||
/obj/item/organ/external/proc/need_process()
|
||||
if((status & ORGAN_ASSISTED) && surge_damage)
|
||||
if(BP_IS_ROBOTIC(src) && surge_damage)
|
||||
return TRUE
|
||||
if(is_tesla && owner)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user