starlit  Diff

Differences From Artifact [435c654ad9]:

To Artifact [d6e7e6c59c]:


    28     28   			brightest = 14; -- only sun and growlights
    29     29   		};
    30     30   		heat = { -- celsius
    31     31   			freezing = 0;
    32     32   			safe = 4;
    33     33   			overheat = 32;
    34     34   			boiling = 100;
           35  +			thermalConductivity = 0.05; -- κ
    35     36   		};
    36     37   		rad = {
    37     38   		};
    38     39   	};
    39     40   
    40     41   	activeUsers = {
    41     42   		-- map of username -> user object