From 21c85de81d9ad1d326e2b67923a03d261d698e8c Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Tue, 6 Oct 2020 18:28:31 +0200 Subject: [PATCH] oops! --- code/modules/surgery/robot_healing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/robot_healing.dm b/code/modules/surgery/robot_healing.dm index db5a6ced97..dc9b49c4d8 100644 --- a/code/modules/surgery/robot_healing.dm +++ b/code/modules/surgery/robot_healing.dm @@ -42,7 +42,7 @@ return FALSE return TRUE -/datum/surgery/robot_brain_surgery/can_start(mob/user, mob/living/carbon/target, obj/item/tool) +/datum/surgery/robot_healing/can_start(mob/user, mob/living/carbon/target, obj/item/tool) if(!..()) return FALSE var/possible = FALSE