mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
mining drill and recharger find their shiny new cells
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user