forked from nalc/nalc_game
		
	Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus
This commit is contained in:
		@@ -353,6 +353,7 @@ function default.register_mgv6_decorations()
 | 
				
			|||||||
		height = 2,
 | 
							height = 2,
 | 
				
			||||||
	        height_max = 4,
 | 
						        height_max = 4,
 | 
				
			||||||
		spawn_by = "default:water_source",
 | 
							spawn_by = "default:water_source",
 | 
				
			||||||
 | 
							num_spawn_by = 1,
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	-- Cacti
 | 
						-- Cacti
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user