mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user