Tom Quinn
Results
2
issues of
Tom Quinn
I apply 1 turn of stun to an enemy, and when it wears off, its intent is permanently NOT SET and it does nothing on its turn. 
With declarations as simple as: ``` from geosolver.solver.variable_handler import VariableHandler from geosolver.solver.numeric_solver import NumericSolver vh = VariableHandler() A = vh.point('A') B = vh.point('B') AO = vh.circle(A) BO = vh.circle(B) ```...