From 7fd0e7ced657ba659c64776785c1b4e8bdc0eb03 Mon Sep 17 00:00:00 2001 From: Poly Date: Sun, 17 Jun 2018 06:50:43 -0700 Subject: [PATCH] Adds requested comment --- 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 f59c02ebd3..bd7298fc4a 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -79,10 +79,10 @@ to_chat(user, "There's no room for another VTEC unit!") return FALSE + //Citadel change - makes vtecs give an ability rather than reducing the borg's speed instantly R.AddAbility(new/obj/effect/proc_holder/silicon/cyborg/vtecControl) - /obj/effect/proc_holder/silicon/cyborg/vtecControl name = "vTec Control" desc = "Allows finer-grained control of the vTec speed boost."