From 749123d0bb08dce8a1f304d29003a3a2e998d34d Mon Sep 17 00:00:00 2001 From: Wedge009 Date: Sat, 22 Oct 2016 23:31:20 +1100 Subject: [PATCH] Change to numerical equality check (though it doesn't seem to help in situations like typing x-x). --- data/scenario-test.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scenario-test.cfg b/data/scenario-test.cfg index 033fea4463a8..fb3be14c4afa 100644 --- a/data/scenario-test.cfg +++ b/data/scenario-test.cfg @@ -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]