code/__DEFINES/rust.dm
MILLA_TILE_SIZE | The number of values per tile. |
---|---|
MILLA_INTERESTING_TILE_SIZE | The number of values per interesting tile. |
MILLA_INTERESTING_REASON_DISPLAY | Interesting because it needs a display update. |
MILLA_INTERESTING_REASON_HOT | Interesting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire. |
MILLA_INTERESTING_REASON_WIND | Interesting because it has wind that can push stuff around. |
Define Details
MILLA_INTERESTING_REASON_DISPLAY
Interesting because it needs a display update.
MILLA_INTERESTING_REASON_HOT
Interesting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire.
MILLA_INTERESTING_REASON_WIND
Interesting because it has wind that can push stuff around.
MILLA_INTERESTING_TILE_SIZE
The number of values per interesting tile.
MILLA_TILE_SIZE
The number of values per tile.