From d72441e92930991b13ec666ea9357829979d9284 Mon Sep 17 00:00:00 2001 From: quotefox Date: Sat, 26 Jun 2021 21:13:13 +0100 Subject: [PATCH] Revert "Merge pull request #1320 from TotallyNotADog/ripleyScrewdriver" This reverts commit 049cfe037929dbdb4730ccffdaf634296425dbbd, reversing changes made to 69a3b58ae005a1aad38e8a31e72ae2cda8b01f77. --- code/game/mecha/mecha_construction_paths.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/mecha_construction_paths.dm b/code/game/mecha/mecha_construction_paths.dm index 06c0a2b9..0c87ca84 100644 --- a/code/game/mecha/mecha_construction_paths.dm +++ b/code/game/mecha/mecha_construction_paths.dm @@ -256,7 +256,7 @@ user.visible_message("[user] unfastens the scanner module.", "You unfasten the scanner module.") if(12) if(diff==FORWARD) - user.visible_message(("[user] secures the capacitor.", "You secure the capacitor.") + user.visible_message("[user] secures [I].", "You secure [I].") else user.visible_message("[user] removes the capacitor from [parent].", "You remove the capacitor from [parent].") if(13)