mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-27 15:17:21 +01:00
Adds get_cell to drill heads so you can use an inducer on them (#7274)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user