forked from cacklingfiend/lignumis
		
	Improve transition to Nauvis
This commit is contained in:
		
							parent
							
								
									64cc5ebf3c
								
							
						
					
					
						commit
						b024d89336
					
				
					 8 changed files with 85 additions and 10 deletions
				
			
		|  | @ -23,8 +23,8 @@ local function travel_to_nauvis() | |||
|         end | ||||
|     end | ||||
| 
 | ||||
|     local ship_items = remote.call("freeplay", "get_ship_items") | ||||
|     local debris_items = remote.call("freeplay", "get_debris_items") | ||||
|     local ship_items = { ["burner-mining-drill"] = 5, ["stone-furnace"] = 5, ["burner-assembling-machine"] = 2, ["burner-agricultural-tower"] = 4, ["wood-lab"] = 4 } | ||||
|     local debris_items = { ["wood-darts-magazine"] = 20, ["wood"] = 20, ["lumber"] = 20 } | ||||
|     local crashed_ship_parts = remote.call("freeplay", "get_ship_parts") | ||||
| 
 | ||||
|     nauvis.daytime = 0.7 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Brodtmann
						Simon Brodtmann