Change to numerical equality check (though it doesn't seem to help in situations like typing x-x).

This commit is contained in:
Wedge009 2016-10-22 23:31:20 +11:00
parent 2d75dff147
commit 749123d0bb

View file

@ -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]