changeset 15153 | 378efa87f558 |
parent 15090 | e16f906224fd |
child 15154 | 73d8cc72239e |
15152:a77b0e339929 | 15153:378efa87f558 |
---|---|
64 --Approximation of Official Settings |
64 --Approximation of Official Settings |
65 --SuddenDeathTurns = 10 |
65 --SuddenDeathTurns = 10 |
66 --WaterRise = 47 |
66 --WaterRise = 47 |
67 --HealthDecrease = 0 |
67 --HealthDecrease = 0 |
68 |
68 |
69 for s=1, #frenzyAmmos do |
|
70 SetAmmoSlot(frenzyAmmos[s], s) |
|
71 end |
|
72 SetAmmoSlot(amSkip, 10) |
|
69 end |
73 end |
70 |
74 |
71 function onGameStart() |
75 function onGameStart() |
72 showStartingInfo() |
76 showStartingInfo() |
73 end |
77 end |