Skip to content

Commit

Permalink
Hotfix to wrong spawn group name related to helicopters (#1141)
Browse files Browse the repository at this point in the history
Hotfix to wrong spawn group name related to helicopters

Co-authored-by: firestorm01x2 <firestorm01x2gmail.com>
  • Loading branch information
Firestorm01X2 authored Nov 27, 2021
1 parent 7835dd3 commit 2c0cb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/mapgen/regional_airport.json
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
"F": { "item": "file_room", "chance": 70, "repeat": [ 1, 2 ] },
"l": { "item": "clothing_work_set", "chance": 70 },
"r": { "item": "mechanics", "chance": 30, "repeat": [ 1, 2 ] },
"k": [ { "item": "mechanics", "chance": 40, "repeat": [ 1, 3 ] }, { "item": "supplies_civilian_helicopter", "chance": 15 } ],
"k": [ { "item": "mechanics", "chance": 40, "repeat": [ 1, 3 ] }, { "item": "civilian_helicopter_parts", "chance": 15 } ],
"D": { "item": "trash", "chance": 70, "repeat": [ 3, 6 ] },
"O": [
{ "item": "supplies_electronics", "chance": 20, "repeat": [ 1, 2 ] },
Expand Down

0 comments on commit 2c0cb36

Please sign in to comment.