mining drill and recharger find their shiny new cells (#7290)

This commit is contained in:
Atermonera
2020-06-13 03:56:13 -07:00
committed by GitHub
parent 32677fbb35
commit edd7803517
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -312,6 +312,7 @@ Class Procs:
qdel(C)
C = new /obj/item/weapon/cell/high(src)
component_parts += C
return C
/obj/machinery/proc/default_part_replacement(var/mob/user, var/obj/item/weapon/storage/part_replacer/R)
if(!istype(R))
+1 -1
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()
+1 -1
View File
@@ -55,7 +55,7 @@
/obj/machinery/mining/drill/Initialize()
. = ..()
default_apply_parts()
default_use_hicell()
cell = default_use_hicell()
/obj/machinery/mining/drill/process()