mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Bepis goes along the crate cost changes (#55617)
* bepis works * betterfix * UGH * changes bepis in accordance with the crate changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user