From ca6448fa4ce232b337fca87905cee2da1ffdb3c4 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Sat, 21 Feb 2015 12:11:40 +0000 Subject: [PATCH] Fixes #8192 --- code/game/machinery/portable_turret.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index c531e53f96..3192897718 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -297,7 +297,7 @@ else if((istype(I, /obj/item/weapon/wrench))) if(on || raised) - user << "" + user << "You cannot unsecure an active turret!" return if(wrenching) user << "Someone is already [anchored ? "un" : ""]securing the turret!"