equal
deleted
inserted
replaced
60 -- that define the map, the game has to load, as well as |
60 -- that define the map, the game has to load, as well as |
61 -- other things such as the game rules to use, etc. |
61 -- other things such as the game rules to use, etc. |
62 -- Things we don't modify here will use their default values. |
62 -- Things we don't modify here will use their default values. |
63 |
63 |
64 -- The base number for the random number generator |
64 -- The base number for the random number generator |
65 Seed = 0 |
65 Seed = 1 |
66 -- Game settings and rules |
66 -- Game settings and rules |
67 GameFlags = gfMultiWeapon + gfOneClanMode + gfSolidLand |
67 GameFlags = gfMultiWeapon + gfOneClanMode + gfSolidLand |
68 -- The time the player has to move each round (in ms) |
68 -- The time the player has to move each round (in ms) |
69 TurnTime = 60000 |
69 TurnTime = 60000 |
70 -- The frequency of crate drops |
70 -- The frequency of crate drops |