mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
mining drill and recharger find their shiny new cells
This commit is contained in:
@@ -312,7 +312,11 @@ Class Procs:
|
|||||||
qdel(C)
|
qdel(C)
|
||||||
C = new /obj/item/weapon/cell/high(src)
|
C = new /obj/item/weapon/cell/high(src)
|
||||||
component_parts += C
|
component_parts += C
|
||||||
|
<<<<<<< HEAD
|
||||||
RefreshParts()
|
RefreshParts()
|
||||||
|
=======
|
||||||
|
return C
|
||||||
|
>>>>>>> edd7803... mining drill and recharger find their shiny new cells (#7290)
|
||||||
|
|
||||||
/obj/machinery/proc/default_part_replacement(var/mob/user, var/obj/item/weapon/storage/part_replacer/R)
|
/obj/machinery/proc/default_part_replacement(var/mob/user, var/obj/item/weapon/storage/part_replacer/R)
|
||||||
if(!istype(R))
|
if(!istype(R))
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
/obj/machinery/recharge_station/Initialize()
|
/obj/machinery/recharge_station/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
default_apply_parts()
|
default_apply_parts()
|
||||||
default_use_hicell()
|
cell = default_use_hicell()
|
||||||
update_icon()
|
update_icon()
|
||||||
|
|
||||||
/obj/machinery/recharge_station/proc/has_cell_power()
|
/obj/machinery/recharge_station/proc/has_cell_power()
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
if(ispath(cell))
|
if(ispath(cell))
|
||||||
cell = new cell(src)
|
cell = new cell(src)
|
||||||
default_apply_parts()
|
default_apply_parts()
|
||||||
default_use_hicell()
|
cell = default_use_hicell()
|
||||||
|
|
||||||
/obj/machinery/mining/drill/loaded
|
/obj/machinery/mining/drill/loaded
|
||||||
cell = /obj/item/weapon/cell/high
|
cell = /obj/item/weapon/cell/high
|
||||||
|
|||||||
Reference in New Issue
Block a user