Fixes the mining borg diamond drill upgrade

- Made the borg diamond drill upgrade a child of the standard borg
mining drill.
This commit is contained in:
GunHog
2015-05-06 10:09:57 -05:00
parent e91300f07d
commit 45f2336413
2 changed files with 6 additions and 1 deletions
@@ -171,7 +171,7 @@
qdel(D)
for(var/obj/item/weapon/shovel/S in R.module.modules)
qdel(S)
R.module.modules += new /obj/item/weapon/pickaxe/drill/diamonddrill(R.module)
R.module.modules += new /obj/item/weapon/pickaxe/drill/cyborg/diamond(R.module)
R.module.rebuild()
return 1