equal
deleted
inserted
replaced
17 TurnTime = 90000 -- The time the player has to move each round (in ms) |
17 TurnTime = 90000 -- The time the player has to move each round (in ms) |
18 CaseFreq = 0 -- The frequency of crate drops |
18 CaseFreq = 0 -- The frequency of crate drops |
19 MinesNum = 0 -- The number of mines being placed |
19 MinesNum = 0 -- The number of mines being placed |
20 MinesTime = 1000 |
20 MinesTime = 1000 |
21 Explosives = 0 -- The number of explosives being placed |
21 Explosives = 0 -- The number of explosives being placed |
22 Delay = 10 -- The delay between each round |
|
23 Map = "Hydrant" -- The map to be played |
22 Map = "Hydrant" -- The map to be played |
24 Theme = "City" -- The theme to be used |
23 Theme = "City" -- The theme to be used |
25 |
24 |
26 -- Disable Sudden Death |
25 -- Disable Sudden Death |
27 HealthDecrease = 0 |
26 HealthDecrease = 0 |