From f05f674af3eea81e56ffffb6a597bdaa4dc8daab Mon Sep 17 00:00:00 2001 From: spessbro <51048066+spessbro@users.noreply.github.com> Date: Mon, 28 Dec 2020 23:45:17 -0500 Subject: [PATCH] Bepis goes along the crate cost changes (#55617) * bepis works * betterfix * UGH * changes bepis in accordance with the crate changes --- code/modules/research/bepis.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/research/bepis.dm b/code/modules/research/bepis.dm index b8db53a23b9..bada0e222b0 100644 --- a/code/modules/research/bepis.dm +++ b/code/modules/research/bepis.dm @@ -4,9 +4,9 @@ #define MACHINE_OPERATION 100000 #define MACHINE_OVERLOAD 500000 -#define MAJOR_THRESHOLD 3000 -#define MINOR_THRESHOLD 2000 -#define STANDARD_DEVIATION 1000 +#define MAJOR_THRESHOLD 6*CARGO_CRATE_VALUE +#define MINOR_THRESHOLD 4*CARGO_CRATE_VALUE +#define STANDARD_DEVIATION 2*CARGO_CRATE_VALUE /obj/machinery/rnd/bepis name = "\improper B.E.P.I.S. Chamber"