Adds get_cell to drill heads so you can use an inducer on them (#7274)

This commit is contained in:
Aronai Sieyes
2020-06-28 00:32:24 -07:00
committed by GitHub
parent 97c1085ebf
commit 9d5f32d8ac
+6
View File
@@ -57,6 +57,12 @@
default_apply_parts()
cell = default_use_hicell()
/obj/machinery/mining/drill/get_cell()
return cell
/obj/machinery/mining/drill/loaded
cell = /obj/item/weapon/cell/high
/obj/machinery/mining/drill/process()
if(need_player_check)