changeset 10036 | 3be36d2fdca6 |
parent 8043 | da083f8d95e6 |
child 10289 | c3a77ff02a23 |
10035:ec523f66d0ff | 10036:3be36d2fdca6 |
---|---|
179 end |
179 end |
180 |
180 |
181 end |
181 end |
182 |
182 |
183 function onGameInit() |
183 function onGameInit() |
184 GameFlags = gfRandomOrder + gfResetWeps + gfInfAttack + gfPlaceHog +gfPerHogAmmo |
184 ClearGameFlags() |
185 EnableGameFlags(gfRandomOrder, gfResetWeps, gfInfAttack, gfPlaceHog, gfPerHogAmmo) |
|
185 Delay = 10 |
186 Delay = 10 |
186 HealthCaseProb = 100 |
187 HealthCaseProb = 100 |
187 end |
188 end |
188 |
189 |
189 function onGameStart() |
190 function onGameStart() |