starlit  Diff

Differences From Artifact [ae84fc4236]:

To Artifact [9accce5f34]:


   103    103   				calendar = 'commune';
   104    104   			};
   105    105   			overlays = {};
   106    106   			cooldownTimes = {
   107    107   				stamina = 0;
   108    108   				alarm = 0;
   109    109   			};
          110  +			env = {
          111  +				weather = nil;
          112  +			};
   110    113   		}
   111    114   	end;
   112    115   	__index = {
   113    116   		--------------
   114    117   		-- overlays --
   115    118   		--------------
   116    119   		updateOverlays = function(self)