From f6fe845a8af184d21bb27057758a0ae1573581d5 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sun, 26 Jun 2016 18:10:28 -0500 Subject: [PATCH] Removes the Spider Clan reference --- code/modules/clothing/spacesuits/rig/suits/light.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/suits/light.dm b/code/modules/clothing/spacesuits/rig/suits/light.dm index 3c4975f7d31..f33200a2421 100644 --- a/code/modules/clothing/spacesuits/rig/suits/light.dm +++ b/code/modules/clothing/spacesuits/rig/suits/light.dm @@ -74,7 +74,7 @@ /obj/item/weapon/rig/light/ninja name = "ominous suit control module" suit_type = "ominous" - desc = "A unique, vaccum-proof suit of nano-enhanced armor designed specifically for Spider Clan assassins." + desc = "A unique suit of nano-enhanced armor designed for covert operations." icon_state = "ninja_rig" armor = list(melee = 50, bullet = 15, laser = 30, energy = 10, bomb = 25, bio = 100, rad = 30) emp_protection = 40 //change this to 30 if too high.