Merge pull request #12810 from ItsSelis/circuit-update

Circuitry Update
This commit is contained in:
Casey
2022-04-26 17:12:22 -04:00
committed by CHOMPStation2
parent 96ccd4af68
commit a2f6f33a64
10 changed files with 262 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
// Methods of obtaining a circuit.
#define IC_SPAWN_DEFAULT 1 // If the circuit comes in the default circuit box and able to be printed in the IC printer.
#define IC_SPAWN_RESEARCH 2 // If the circuit design will be available in the IC printer after upgrading it.
#define IC_SPAWN_RESEARCH 2 // If the circuit design will be available in the IC printer after upgrading it.
#define IC_SPAWN_ILLEGAL 3 // If the circuit design will be available if upgrading the IC printer illegally.