Files
Bubberstation/code/__DEFINES/space.dm

5 lines
224 B
Plaintext

#define SPACE_SIGNAL_GPSTAG "Distant Signal"
///The icon_state for space. There is 25 total icon states that vary based on the x/y/z position of the turf
#define SPACE_ICON_STATE(x, y, z) "[((x + y) ^ ~(x * y) + z) % 25]"