readds V-tech control, modularized properly

This commit is contained in:
Poojawa
2018-09-17 22:35:43 -05:00
parent d9451aa634
commit dc9fd6db12
3 changed files with 34 additions and 1 deletions
@@ -79,7 +79,9 @@
to_chat(user, "<span class='notice'>There's no room for another VTEC unit!</span>")
return FALSE
R.speed = -2 // Gotta go fast.
//R.speed = -2 // Gotta go fast.
//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/item/borg/upgrade/vtec/deactivate(mob/living/silicon/robot/R, user = usr)
. = ..()