Skip to content

Commit 87468eb

Browse files
committedApr 5, 2015
Default/mapgen: Fix missing num_spawn_by = 1 line for papyrus
1 parent 4a7a51a commit 87468eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎mods/default/mapgen.lua

+1
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ function default.register_mgv6_decorations()
353353
height = 2,
354354
height_max = 4,
355355
spawn_by = "default:water_source",
356+
num_spawn_by = 1,
356357
})
357358

358359
-- Cacti

0 commit comments

Comments
 (0)