mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 18:33:22 +00:00
5 lines
224 B
Plaintext
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]"
|