mining drill and recharger find their shiny new cells

This commit is contained in:
Atermonera
2020-06-13 03:56:13 -07:00
committed by VirgoBot
parent d52aefa12b
commit 69c3c8c98f
3 changed files with 6 additions and 2 deletions

View File

@@ -312,7 +312,11 @@ Class Procs:
qdel(C)
C = new /obj/item/weapon/cell/high(src)
component_parts += C
<<<<<<< HEAD
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)
if(!istype(R))

View File

@@ -25,7 +25,7 @@
/obj/machinery/recharge_station/Initialize()
. = ..()
default_apply_parts()
default_use_hicell()
cell = default_use_hicell()
update_icon()
/obj/machinery/recharge_station/proc/has_cell_power()

View File

@@ -57,7 +57,7 @@
if(ispath(cell))
cell = new cell(src)
default_apply_parts()
default_use_hicell()
cell = default_use_hicell()
/obj/machinery/mining/drill/loaded
cell = /obj/item/weapon/cell/high