Skip to content

Commit 24bfa7e

Browse files
authored
Merge pull request #80229 from Milopetilo/airdrop-test
Make airdrops actually spawn monsters
2 parents 342dfa1 + 940d4e7 commit 24bfa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/mapgen/map_extras/airdrop.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
{ "chunks": [ [ "supply_trash", 50 ] ], "x": [ 0, 23 ], "y": [ 0, 23 ] },
9595
{ "chunks": [ [ "supply_generator_active", 30 ] ], "x": [ 0, 23 ], "y": [ 0, 23 ] }
9696
],
97-
"place_monsters": [ { "monster": "GROUP_HOUSE", "x": [ 0, 23 ], "y": [ 0, 23 ], "chance": 100, "density": 0.3 } ]
97+
"place_monster": [ { "group": "GROUP_HOUSE", "x": [ 0, 23 ], "y": [ 0, 23 ], "chance": 100, "repeat": [ 4, 6 ] } ]
9898
}
9999
},
100100
{

0 commit comments

Comments
 (0)