From 2c0cb36f868d05968aa4ca3ebe33f6701e05798e Mon Sep 17 00:00:00 2001 From: Firestorm01X2 Date: Sat, 27 Nov 2021 09:43:27 +0300 Subject: [PATCH] Hotfix to wrong spawn group name related to helicopters (#1141) Hotfix to wrong spawn group name related to helicopters Co-authored-by: firestorm01x2 --- data/json/mapgen/regional_airport.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/mapgen/regional_airport.json b/data/json/mapgen/regional_airport.json index a567f53f4d35..9d2b2b589d86 100644 --- a/data/json/mapgen/regional_airport.json +++ b/data/json/mapgen/regional_airport.json @@ -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 ] },