mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Update drill.dm
This commit is contained in:
@@ -59,21 +59,12 @@
|
||||
default_apply_parts()
|
||||
cell = default_use_hicell()
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/machinery/mining/drill/loaded
|
||||
cell = /obj/item/weapon/cell/high
|
||||
|
||||
/obj/machinery/mining/drill/get_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()
|
||||
|
||||
if(need_player_check)
|
||||
@@ -406,4 +397,4 @@
|
||||
return 0
|
||||
|
||||
src.set_dir(turn(src.dir, 270))
|
||||
return 1
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user