darozak / Advolition

1 stars 0 forks source link

Limit robots to performing only one action at a time #17

Closed darozak closed 7 months ago

darozak commented 7 months ago

Robots should only be able to peform one action at a time and allowed to choose a new action once the other action has stoped.

darozak commented 7 months ago

All set! Robots will only be called upon by the game engine to propose a new action if they do not have any active actions (https://github.com/darozak/Advolition/commit/0f99699e59c2a7c150eec6c01e70381747188dd6).