From c56725098fc978fcbbf3afa41d3deaf9ebf7f133 Mon Sep 17 00:00:00 2001 From: acki Date: Wed, 28 Jan 2026 18:15:01 +0100 Subject: [PATCH] fuck merge --- src/modelec_strat/src/action/take_action.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modelec_strat/src/action/take_action.cpp b/src/modelec_strat/src/action/take_action.cpp index 5c05624..25849a6 100644 --- a/src/modelec_strat/src/action/take_action.cpp +++ b/src/modelec_strat/src/action/take_action.cpp @@ -4,6 +4,8 @@ Modelec::TakeAction::TakeAction(const std::shared_ptr& action_executor) : BaseAction(action_executor) { + steps_.push(ActionExec::TAKE_STEP); + steps_.push(ActionExec::DONE_STEP); } Modelec::TakeAction::TakeAction(const std::shared_ptr& action_executor, Front front, int n) : TakeAction(action_executor)