Skip to content

Commit

Permalink
Merge pull request #78443 from Milopetilo/military-outpost
Browse files Browse the repository at this point in the history
Remove robot spawns from military outpost
  • Loading branch information
Maleclypse authored Dec 14, 2024
2 parents dc2d3fe + 31ac4e2 commit eba840f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions data/json/mapgen/outpost.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,7 @@
{ "monster": "mon_turret_searchlight", "x": 1, "y": 22 },
{ "monster": "mon_turret_searchlight", "x": 22, "y": 1 }
],
"monster": {
".": [
{ "monster": "mon_zombie_soldier", "chance": 2 },
{ "monster": "mon_dispatch", "chance": 1 },
{ "monster": "mon_dispatch_military", "chance": 1 },
{ "monster": "mon_secubot", "chance": 5 }
]
}
"monster": { ".": [ { "group": "GROUP_MIL_BASE", "chance": 9 } ] }
}
},
{
Expand Down Expand Up @@ -210,14 +203,7 @@
{ "monster": "mon_turret_searchlight", "x": 1, "y": 22 },
{ "monster": "mon_turret_searchlight", "x": 22, "y": 1 }
],
"monster": {
".": [
{ "monster": "mon_zombie_soldier", "chance": 2 },
{ "monster": "mon_dispatch", "chance": 1 },
{ "monster": "mon_dispatch_military", "chance": 1 },
{ "monster": "mon_secubot", "chance": 5 }
]
}
"monster": { ".": [ { "group": "GROUP_MIL_BASE", "chance": 9 } ] }
}
},
{
Expand Down

0 comments on commit eba840f

Please sign in to comment.