mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Current Version(without the save changes)
This commit is contained in:
parent
0936a03c60
commit
104fd9b8d5
5 changed files with 14 additions and 17 deletions
|
|
@ -613,12 +613,8 @@ function randomizeOptions() {
|
|||
if (randomize || !locked("temperatureEquator"))
|
||||
temperatureEquatorOutput.value = temperatureEquatorInput.value = rand(tMax - 10, tMax);
|
||||
if (randomize || !locked("temperaturePole")) {
|
||||
temperatureNorthPoleOutput.value
|
||||
= temperatureNorthPoleInput.value
|
||||
= temperatureSouthPoleOutput.value
|
||||
= temperatureSouthPoleInput.value
|
||||
= options.SouthPoleTemperature
|
||||
= rand(tMin, tMin + 30);
|
||||
temperatureNorthPoleOutput.value = temperatureNorthPoleInput.value = rand(tMin, tMin + 30);
|
||||
temperatureSouthPoleOutput.value = temperatureSouthPoleInput.value = rand(tMin, tMin + 30);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue