mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
fix ipc organs not being repaired by screwing (#31558)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user