From 04f0bb2fc20fb2419b27795524e7aa605c1b1499 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sun, 1 Nov 2020 03:23:34 +0100 Subject: [PATCH] clarifications Now, you don't have to play the guessing game with the prepare electronics / open the hatch somewhat ambiguous surgery steps. --- code/modules/surgery/mechanic_steps.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/mechanic_steps.dm b/code/modules/surgery/mechanic_steps.dm index 9df2a5d736..1650e43d7f 100644 --- a/code/modules/surgery/mechanic_steps.dm +++ b/code/modules/surgery/mechanic_steps.dm @@ -38,7 +38,7 @@ return TRUE //prepare electronics /datum/surgery_step/prepare_electronics - name = "prepare electronics" + name = "prepare electronics (multitool)" implements = list( TOOL_MULTITOOL = 100, TOOL_HEMOSTAT = 10) // try to reboot internal controllers via short circuit with some conductor @@ -77,7 +77,7 @@ //open hatch /datum/surgery_step/open_hatch - name = "open the hatch" + name = "open the hatch (empty hand)" accept_hand = 1 time = 10