fix ipc organs not being repaired by screwing (#31558)

This commit is contained in:
Toastical
2026-02-01 05:59:27 +02:00
committed by GitHub
parent 8fff8f67b6
commit 460b4de3d5
+1 -1
View File
@@ -420,7 +420,7 @@
SPAN_NOTICE("You repair [target]'s [I.name] with [tool]."),
chat_message_type = MESSAGE_TYPE_COMBAT
)
I.heal_internal_damage(I.max_damage)
I.heal_internal_damage(I.max_damage, TRUE)
I.surgeryize()
if(istype(tool, /obj/item/stack/nanopaste))
I.rejuvenate()