From ff961c609f37bd8e8f8f6ae76794c3ca0c0ba087 Mon Sep 17 00:00:00 2001 From: shazbot194 Date: Tue, 30 Oct 2018 19:44:32 -0800 Subject: [PATCH 1/2] Updated --- code/game/objects/items/robot/robot_upgrades.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 4bef1cbb324..27d7e6817f3 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -207,7 +207,7 @@ /obj/item/borg/upgrade/syndicate name = "illegal equipment module" - desc = "Unlocks the hidden, deadlier functions of a cyborg" + desc = "Unlocks the hidden, deadlier functions of a cyborg. As well as prevent any emag tampering." icon_state = "cyborg_upgrade3" origin_tech = "combat=4;syndicate=1" require_module = 1 From 5d43617825d40a277ca34cb230a1fcaf4fe887a5 Mon Sep 17 00:00:00 2001 From: shazbot194 Date: Tue, 30 Oct 2018 20:24:12 -0800 Subject: [PATCH 2/2] Shadey's nitpick --- code/game/objects/items/robot/robot_upgrades.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 27d7e6817f3..064b66b78f4 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -207,7 +207,7 @@ /obj/item/borg/upgrade/syndicate name = "illegal equipment module" - desc = "Unlocks the hidden, deadlier functions of a cyborg. As well as prevent any emag tampering." + desc = "Unlocks the hidden, deadlier functions of a cyborg. Also prevents emag subversion." icon_state = "cyborg_upgrade3" origin_tech = "combat=4;syndicate=1" require_module = 1