Adds get_cell to drill heads so you can use an inducer on them

This commit is contained in:
Aronai Sieyes
2020-06-02 20:56:55 -04:00
parent aae776f68a
commit 21a640ebd3

View File

@@ -61,6 +61,9 @@
/obj/machinery/mining/drill/loaded
cell = /obj/item/weapon/cell/high
/obj/machinery/mining/drill/get_cell()
return cell
/obj/machinery/mining/drill/process()
if(need_player_check)