mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Can map in cell'd mining drills using the /loaded subtype
This commit is contained in:
@@ -55,6 +55,11 @@
|
||||
/obj/machinery/mining/drill/Initialize()
|
||||
. = ..()
|
||||
default_apply_parts()
|
||||
if(ispath(cell))
|
||||
cell = new cell(src)
|
||||
|
||||
/obj/machinery/mining/drill/loaded
|
||||
cell = /obj/item/weapon/cell/high
|
||||
|
||||
/obj/machinery/mining/drill/process()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user