Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/milla.dm

MILLA_TILE_SIZEThe number of values per tile.
MILLA_INTERESTING_TILE_SIZEThe number of values per interesting tile.
MILLA_INTERESTING_REASON_DISPLAYInteresting because it needs a display update.
MILLA_INTERESTING_REASON_HOTInteresting because it's hot enough to start a fire. Excludes normal-temperature Lavaland tiles without an active fire.
MILLA_INTERESTING_REASON_WINDInteresting 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.