From 8b0dbcc3eb2e2a7b505b98e80eea355c5114fc64 Mon Sep 17 00:00:00 2001 From: William Wallace Date: Thu, 23 Apr 2020 03:59:45 +0100 Subject: [PATCH] micro battery export no longer overridesnano battery export --- code/modules/cargo/exports/parts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)