mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-27 11:06:33 +01:00
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Nothing much besides adding the basic support that I've done a million times in my many canceled smoothing PRs
6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
/**
|
|
* 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]"
|