From 1fa3330ea818357d5836cc42cc4c694710398704 Mon Sep 17 00:00:00 2001 From: TotallyNotADog Date: Sat, 26 Jun 2021 16:23:24 -0500 Subject: [PATCH] ripley capacitor 2 --- 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 0c87ca84..4025aa71 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 [I].", "You secure [I].") + user.visible_message("[user] secures the capacitor.", "You secure the capacitor.") else user.visible_message("[user] removes the capacitor from [parent].", "You remove the capacitor from [parent].") if(13)