mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 14:46:52 +01:00
mining drill and recharger find their shiny new cells (#7290)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
/obj/machinery/mining/drill/Initialize()
|
||||
. = ..()
|
||||
default_apply_parts()
|
||||
default_use_hicell()
|
||||
cell = default_use_hicell()
|
||||
|
||||
/obj/machinery/mining/drill/process()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user