Fix surge damage not ticking. (#21248)

title

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2025-08-28 10:36:41 +00:00
committed by GitHub
co-authored by Matt Atlas
parent c87f824a39
commit 75d5ee5a64
3 changed files with 61 additions and 3 deletions
+1 -1
View File
@@ -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