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. ![ss](https://user-images.githubusercontent.com/1022438/104795798-eab29500-577e-11eb-9d92-2882a76e4347.png)

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) ```...