This commit is contained in:
2025-02-26 19:50:40 -05:00
parent cd0ac5f538
commit bbeb1b8b37
5 changed files with 12 additions and 13 deletions

View File

@@ -54,7 +54,6 @@ impl Move {
self_value: 0,
};
m.self_value = m.compute_self_value(agent_color);
m.value = Some(m.self_value as i128);
m
}