Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ed08e65

Browse files
authored
fixed (#21826)
1 parent 13f4dcf commit ed08e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/surgery/ipc_revival.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
/datum/surgery/synth_revival/can_start(mob/user, mob/living/target)
107107
if(target.stat != DEAD)
108108
return FALSE // they're already activated
109-
if(!is_synth(user))
109+
if(!is_synth(target))
110110
return FALSE
111111
var/obj/item/organ/brain/B = target.getorganslot(ORGAN_SLOT_BRAIN)
112112
if(!B) // you can't reactivate a brain that DOESN'T EXIST

0 commit comments

Comments
 (0)