From a8c22e4a055f75aa7af9f91e849b6b59aed84d5c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 8 Feb 2016 23:16:23 -0800 Subject: 2641 Turns out we don't need to threshold non-shape-shifting and shape-shifting variants at different levels to keep all tests passing. --- 057static_dispatch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '057static_dispatch.cc') diff --git a/057static_dispatch.cc b/057static_dispatch.cc index d97dbf0f..0bb23945 100644 --- a/057static_dispatch.cc +++ b/057static_dispatch.cc @@ -222,7 +222,7 @@ bool next_stash(const call& c, instruction* stash_inst) { } long long int variant_score(const instruction& inst, recipe_ordinal variant) { - long long int result = 1000; + long long int result = 100; if (variant == -1) return -1; // ghost from a previous test //? cerr << "variant score: " << inst.to_string() << '\n'; if (!contains_key(Recipe, variant)) { -- cgit 1.4.1-2-gfad0