K 10 svn:author V 8 sveinung K 8 svn:date V 27 2016-07-15T11:21:52.224710Z K 7 svn:log V 589 Make action probability a range. In some cases the player may know enough to predict the range the action probability will be in even when the exact probability of success is unknown. Making action probability a range allows it to be sent. In some cases the probability of success can't be expressed as X * 0.5%. Rounding it wrong can cause problems. Example: bug #24802 was caused by a low probability being rounded to 0. 0 was seen as disabled. Making action probability a range allows the completely unknown action probability to become the regular value [0%, 100%]. See patch #7238 END