From 44978db9acbb2464a73dc416c8bb865249c08913 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 24 Apr 2022 20:37:11 +0200 Subject: [PATCH] [MIRROR] Fixes a copy+paste issue with "open the hatch" surgery step sound [MDB IGNORE] (#13060) * Fixes a copy+paste issue with surgery sounds (#66441) * Fixes a copy+paste issue with "open the hatch" surgery step sound Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> --- code/modules/surgery/mechanic_steps.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/mechanic_steps.dm b/code/modules/surgery/mechanic_steps.dm index 45fec9beb70..3082932f359 100644 --- a/code/modules/surgery/mechanic_steps.dm +++ b/code/modules/surgery/mechanic_steps.dm @@ -122,7 +122,7 @@ span_notice("[user] begins to open the hatch holders in [target]'s [parse_zone(target_zone)].")) display_pain(target, "The last faint pricks of tactile sensation fade from your [parse_zone(target_zone)] as the hatch is opened.", TRUE) -/datum/surgery_step/mechanic_unwrench/tool_check(mob/user, obj/item/tool) +/datum/surgery_step/open_hatch/tool_check(mob/user, obj/item/tool) if(tool.usesound) preop_sound = tool.usesound