mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 11:53:56 +00:00
Change to numerical equality check (though it doesn't seem to help in situations like typing x-x).
This commit is contained in:
parent
2d75dff147
commit
749123d0bb
@ -2638,7 +2638,7 @@ For game purposes, the races group into factions; for example, orcs often cooper
|
||||
[if]
|
||||
[variable]
|
||||
name=divisor
|
||||
equals=0
|
||||
numerical_equals=0
|
||||
[/variable]
|
||||
[or]
|
||||
[variable]
|
||||
@ -2679,7 +2679,7 @@ For game purposes, the races group into factions; for example, orcs often cooper
|
||||
[if]
|
||||
[variable]
|
||||
name=modulo
|
||||
equals=0
|
||||
numerical_equals=0
|
||||
[/variable]
|
||||
[or]
|
||||
[variable]
|
||||
|
Loading…
x
Reference in New Issue
Block a user