Removes Cyborg Module Restraint on Jetpack

The jetpack upgrade can now be applied to any cyborg module.
This commit is contained in:
Andrew
2017-08-27 22:48:31 -05:00
parent ac776a0411
commit ff22f0e365
3 changed files with 47 additions and 9 deletions
@@ -671,7 +671,6 @@ var/global/list/robot_modules = list(
"Treadhead" = "Miner",
"Drone" = "drone-miner"
)
supported_upgrades = list(/obj/item/borg/upgrade/jetpack)
/obj/item/weapon/robot_module/robot/miner/New()
..()