mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 10:08:34 +00:00
Added an advanced preference for the PRNG combat option
[ci skip] (cherry-picked from commit 8baeb8457d96e2048ebdac9188bb95fcfbffd340)
This commit is contained in:
parent
6698a8269a
commit
3f9137f7e8
@ -44,6 +44,8 @@
|
||||
## Version 1.14.3+dev
|
||||
### User interface
|
||||
* Improved the layout of the Statistics dialog.
|
||||
### Miscellaneous and bug fixes
|
||||
* Added an advanced preference to enable experimental PRNG combat.
|
||||
|
||||
## Version 1.14.3
|
||||
### AI
|
||||
|
@ -181,6 +181,16 @@
|
||||
default=no
|
||||
[/advanced_preference]
|
||||
|
||||
[advanced_preference]
|
||||
field=use_prng
|
||||
name= _ "Use experimental PRNG combat"
|
||||
description= _ "Enables more determinstic chance-to-hit calculations. This is an experimental feature designed to bring the observed hit/miss rate more in line with the displayed percentages.
|
||||
|
||||
Note: this option only affects singleplayer, and the 'Save random seed' option must also be enabled when creating a game for this to work."
|
||||
type=boolean
|
||||
default=no
|
||||
[/advanced_preference]
|
||||
|
||||
#ifdef __UNUSED__
|
||||
[advanced_preference]
|
||||
field=joystick_support_enabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user