Files
GS13NG/code/__DEFINES/wiremod.dm
T
PeriodicChaos 183b554ed3 modsuits part 1
2022-12-11 20:30:41 -07:00

5 lines
143 B
Plaintext

#define SHELL_FLAG_CIRCUIT_UNREMOVABLE (1<<0)
/// Whether a circuit is not able to be modified
#define SHELL_FLAG_CIRCUIT_UNMODIFIABLE (1<<5)