From 155a159193092d192cae94eea7d5c106ab58955e Mon Sep 17 00:00:00 2001 From: CosmicScientist Date: Wed, 7 Oct 2015 19:08:45 +0100 Subject: [PATCH] Packs a bunch... of ammo... for your face. --- code/game/machinery/turrets.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/turrets.dm b/code/game/machinery/turrets.dm index 0fb0bb0bd43..e4509162dc7 100644 --- a/code/game/machinery/turrets.dm +++ b/code/game/machinery/turrets.dm @@ -346,7 +346,7 @@ /obj/machinery/gun_turret //related to turrets but work way differentely because of being mounted on a moving ship. name = "machine gun turret" - desc = "Syndicate defense turret. It really packs a bunch." + desc = "Syndicate defense turret. It really packs a punch." density = 1 anchored = 1 var/state = 0 //Like stat on mobs, 0 is alive, 1 is damaged, 2 is dead