equal
deleted
inserted
replaced
151 -- The time the player has to move each round (in ms) |
151 -- The time the player has to move each round (in ms) |
152 TurnTime = 60000 |
152 TurnTime = 60000 |
153 -- The frequency of crate drops |
153 -- The frequency of crate drops |
154 CaseFreq = 0 |
154 CaseFreq = 0 |
155 -- The number of mines being placed |
155 -- The number of mines being placed |
156 LandAdds = 0 |
156 MinesNum = 0 |
157 -- The number of explosives being placed |
157 -- The number of explosives being placed |
158 Explosives = 0 |
158 Explosives = 0 |
159 -- The delay between each round |
159 -- The delay between each round |
160 Delay = 0 |
160 Delay = 0 |
161 -- The map to be played |
161 -- The map to be played |