defines, helpers, onclick
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
#define IC_SPAWN_RESEARCH 2 // If the circuit design will be available in the IC printer after upgrading it.
|
||||
|
||||
// Categories that help differentiate circuits that can do different tipes of actions
|
||||
#define IC_ACTION_MOVEMENT 1 // If the circuit can move the assembly
|
||||
#define IC_ACTION_COMBAT 2 // If the circuit can cause harm
|
||||
#define IC_ACTION_LONG_RANGE 4 // If the circuit communicate with something outside of the assembly
|
||||
#define IC_ACTION_MOVEMENT (1<<0) // If the circuit can move the assembly
|
||||
#define IC_ACTION_COMBAT (1<<1) // If the circuit can cause harm
|
||||
#define IC_ACTION_LONG_RANGE (1<<2) // If the circuit communicate with something outside of the assembly
|
||||
|
||||
// Displayed along with the pin name to show what type of pin it is.
|
||||
#define IC_FORMAT_ANY "\<ANY\>"
|
||||
|
||||
Reference in New Issue
Block a user