From e58e2ad3ba20947ea29dc65a67ec02d43ec29fc7 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Fri, 1 Jul 2011 07:12:30 +0000 Subject: [PATCH] Removed a stray debug command. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1750 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/portable_turret.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index d84d4af19d9..764239b66ba 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -710,12 +710,6 @@ Neutralize All Unidentified Life Signs: []
"}, -mob/verb/Debugturrets() - for(var/obj/machinery/porta_turret/P in world) - world << "Porta turret!" - for(var/obj/machinery/porta_turret_cover/C in world) - world << "Porta turret cover!" - /obj/machinery/porta_turret_cover name = "turret"