# HG changeset patch # User Wuzzy # Date 1506843737 -7200 # Node ID be1ee010e30d724695cb7c92136041d3221ee2d6 # Parent 96e30c42c318b7534ab87c5697edd745dd151c6d Nobody Laugh mission: Set bot level to maximum because the player is supposed to win before the time runs out diff -r 96e30c42c318 -r be1ee010e30d share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua --- a/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua Sun Oct 01 03:12:56 2017 +0200 +++ b/share/hedgewars/Data/Missions/Scenario/User_Mission_-_Nobody_Laugh.lua Sun Oct 01 09:42:17 2017 +0200 @@ -29,21 +29,21 @@ SetGearPosition(hhs[2], 1332, 451) AddTeam(loc("Clowns"), 1175851, "Duck2", "Tank", "Mobster", "cm_face") - hhs[3] = AddHog(loc("Poison"), 5, 100, "WhySoSerious") + hhs[3] = AddHog(loc("Poison"), 1, 100, "WhySoSerious") SetGearPosition(hhs[3], 1133, 446) - hhs[4] = AddHog(loc("Bobo"), 5, 100, "clown") + hhs[4] = AddHog(loc("Bobo"), 1, 100, "clown") SetGearPosition(hhs[4], 1215, 553) - hhs[5] = AddHog(loc("Copper"), 5, 10, "clown-copper") + hhs[5] = AddHog(loc("Copper"), 1, 10, "clown-copper") SetGearPosition(hhs[5], 414, 376) - hhs[6] = AddHog(loc("Derp"), 5, 100, "clown-crossed") + hhs[6] = AddHog(loc("Derp"), 1, 100, "clown-crossed") SetGearPosition(hhs[6], 1590, 886) - hhs[7] = AddHog(loc("Eckles"), 5, 100, "clown-copper") + hhs[7] = AddHog(loc("Eckles"), 1, 100, "clown-copper") SetGearPosition(hhs[7], 772, 754) - hhs[8] = AddHog(loc("Frank"), 5, 50, "clown-copper") + hhs[8] = AddHog(loc("Frank"), 1, 50, "clown-copper") SetGearPosition(hhs[8], 1688, 714) - hhs[9] = AddHog(loc("Harry"), 5, 50, "clown-copper") + hhs[9] = AddHog(loc("Harry"), 1, 50, "clown-copper") SetGearPosition(hhs[9], 1932, 837) - hhs[10] = AddHog(loc("Igmund"), 5, 50, "WhySoSerious") + hhs[10] = AddHog(loc("Igmund"), 1, 50, "WhySoSerious") SetGearPosition(hhs[10], 1601, 733) end