code/__DEFINES/~skyrat_defines/integrated_electronics.dm
Methods of obtaining a circuit. | |
IC_SPAWN_DEFAULT | If the circuit comes in the default circuit box and able to be printed in the IC printer. |
---|---|
IC_SPAWN_RESEARCH | If the circuit design will be available in the IC printer after upgrading it. |
Classify circuits which do different actions | |
IC_ACTION_MOVEMENT | If the circuit can move the assembly |
IC_ACTION_COMBAT | If the circuit can cause harm |
IC_ACTION_LONG_RANGE | If the circuit communicate with something outside of the assembly |
Define Details
IC_ACTION_COMBAT
If the circuit can cause harm
IC_ACTION_LONG_RANGE
If the circuit communicate with something outside of the assembly
IC_ACTION_MOVEMENT
If the circuit can move the assembly
IC_SPAWN_DEFAULT
If the circuit comes in the default circuit box and able to be printed in the IC printer.
IC_SPAWN_RESEARCH
If the circuit design will be available in the IC printer after upgrading it.