From 1aa312822a427ce5ea2bd607847232b6b341ac9c Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 23 Apr 2019 02:34:14 -0400 Subject: [PATCH] Sure --- code/modules/cargo/exports/large_objects.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/exports/large_objects.dm b/code/modules/cargo/exports/large_objects.dm index 339ce8998f..b5f0e7a240 100644 --- a/code/modules/cargo/exports/large_objects.dm +++ b/code/modules/cargo/exports/large_objects.dm @@ -198,7 +198,7 @@ include_subtypes = FALSE /datum/export/large/reticence - cost = 120000 //Still a "Combat class" mech - Has cloking and lethal weaponds. Admin spawn for admin credits! + cost = 12000 //Still a "Combat class" mech - Has cloking and lethal weaponds. unit_name = "working reticence" export_types = list(/obj/mecha/combat/reticence) include_subtypes = FALSE @@ -210,7 +210,7 @@ include_subtypes = FALSE /datum/export/large/mauler - cost = 120000 //Still a Combat class mech - CC lethal weaponds. Admin spawn for admin credits! + cost = 12000 //Still a Combat class mech - CC lethal weaponds. unit_name = "working legally modified marauder" export_types = list(/obj/mecha/combat/marauder/mauler) include_subtypes = FALSE