From f906d98fe544f4e754804c829a97a6aca2e2cd50 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Sun, 29 Jul 2018 16:02:18 +0200 Subject: [PATCH] Bugfix... --- AI/VCAI/Fuzzy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI/VCAI/Fuzzy.cpp b/AI/VCAI/Fuzzy.cpp index e37c050b6..0115dd1ae 100644 --- a/AI/VCAI/Fuzzy.cpp +++ b/AI/VCAI/Fuzzy.cpp @@ -490,7 +490,7 @@ void FuzzyHelper::initWanderTarget() wanderTarget.visitGain->addTerm(new fl::Ramp("LOW", 5, 0)); wanderTarget.visitGain->addTerm(new fl::Triangle("MEDIUM", 4, 6)); - wanderTarget.visitGain->addTerm(new fl::Ramp("LOW", 5, 10)); + wanderTarget.visitGain->addTerm(new fl::Ramp("HIGH", 5, 10)); wanderTarget.visitGain->setRange(0, 10); wanderTarget.addRule("if distance is LONG and objectValue is HIGH then visitGain is MEDIUM");