diff --git a/code/modules/cargo/exports/parts.dm b/code/modules/cargo/exports/parts.dm index 2b0a1447b21..0df08954398 100644 --- a/code/modules/cargo/exports/parts.dm +++ b/code/modules/cargo/exports/parts.dm @@ -50,7 +50,7 @@ include_subtypes = FALSE -/datum/export/modular_part/battery +/datum/export/modular_part/battery/upgraded cost = 100 unit_name = "upgraded computer power cell" export_types = list(/obj/item/stock_parts/cell/computer/micro)