mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 03:22:12 +00:00
Adds get_cell to drill heads so you can use an inducer on them
This commit is contained in:
@@ -59,12 +59,21 @@
|
|||||||
default_apply_parts()
|
default_apply_parts()
|
||||||
cell = default_use_hicell()
|
cell = default_use_hicell()
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
/obj/machinery/mining/drill/loaded
|
/obj/machinery/mining/drill/loaded
|
||||||
cell = /obj/item/weapon/cell/high
|
cell = /obj/item/weapon/cell/high
|
||||||
|
|
||||||
/obj/machinery/mining/drill/get_cell()
|
/obj/machinery/mining/drill/get_cell()
|
||||||
return cell
|
return cell
|
||||||
|
|
||||||
|
=======
|
||||||
|
/obj/machinery/mining/drill/get_cell()
|
||||||
|
return cell
|
||||||
|
|
||||||
|
/obj/machinery/mining/drill/loaded
|
||||||
|
cell = /obj/item/weapon/cell/high
|
||||||
|
|
||||||
|
>>>>>>> 9d5f32d... Adds get_cell to drill heads so you can use an inducer on them (#7274)
|
||||||
/obj/machinery/mining/drill/process()
|
/obj/machinery/mining/drill/process()
|
||||||
|
|
||||||
if(need_player_check)
|
if(need_player_check)
|
||||||
|
|||||||
Reference in New Issue
Block a user