ACF1: Fix 2 crate spawns being very close to each other in the difficult rope challenge
authorWuzzy <Wuzzy2@mail.ru>
Tue, 28 May 2019 22:07:56 +0200
changeset 15076 527a7414bb44
parent 15075 e935b1ad23f3
child 15077 a2d09a597fbb
ACF1: Fix 2 crate spawns being very close to each other in the difficult rope challenge
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua	Tue May 28 21:28:32 2019 +0300
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/first_blood.lua	Tue May 28 22:07:56 2019 +0200
@@ -111,8 +111,8 @@
 
 targets = {}
 crates = {}
-targXdif2 = {2755, 2638, 2921, 2973, 3162, 3067, 3062, 1300}
-targYdif2 = {1197, 1537, 1646, 1857, 1804, 1173, 1167, 1183}
+targXdif2 = {2755, 2638, 2921, 2973, 3162, 3067, 2674, 1300}
+targYdif2 = {1197, 1537, 1646, 1857, 1804, 1173, 1844, 1183}
 targXdif1 = {2749, 2909, 2770, 2836, 1558, 1305}
 targYdif1 = {1179, 1313, 1734, 1441, 1152, 1259}
 targetPosX = {{821, 866, 789}, {614, 656, 638}, {1238, 1237, 1200}}