HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. "Read more...":https://support.plan.io/news/187
Bug #763882
closedGlobal warming / Nuclear winter can be occurred at 0 accumulated value
0%
Description
Global warming / Nuclear winter can be occurred at 0 accumulated value.
e.g. 100x100 map's Global warming threshold(warminglevel) is (10000 + 499) / 500 = 20,
so 20 tiles of Pollution is safe. (clicked info panel says: "Global warming chance: 0% (+0%/turn)")
but in fact, there are 1 / 500 chance to occur Global warming.
if there are 19 tiles of Pollution, info panel says same as above, but there are no chance to occur Global warming.
From http://freeciv.wikia.com/wiki/Forum:Some_tiny_issues (10):
server\srv_main.c
update_environmental_upsetif (fc_rand((map_num_tiles() + 19) / 20) <= *accum) {
Files
Related issues
Updated by Anonymous over 4 years ago
- File server_warming_accumulation_S26.patch server_warming_accumulation_S26.patch added
- File server_warming_accumulation_S30_31.patch server_warming_accumulation_S30_31.patch added
- File server_warming_accumulation.patch server_warming_accumulation.patch added
Fixed
Updated by Anonymous over 4 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
Updated by Jacob Nevins over 4 years ago
- Blocks Task #656706: Handle http://freeciv.wikia.com/wiki/Forum:Some_tiny_issues added