diff --git a/src/action.cxx b/src/action.cxx index 08e2663..7bb7651 100644 --- a/src/action.cxx +++ b/src/action.cxx @@ -1195,7 +1195,7 @@ static const DescAction action_table[] = }, }, { - ACTION_TAKE, + ACTION_CARRY, CHBLUPI, { { 2 + 6 + 15, 106, 106, 48, 48, 48, 48, 48, 48, 106, diff --git a/src/decblupi.cxx b/src/decblupi.cxx index a52ca68..4da007b 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -604,7 +604,7 @@ void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct) m_blupi[rank].action == ACTION_ARROSE || m_blupi[rank].action == ACTION_BECHE || m_blupi[rank].action == ACTION_SCIE || - m_blupi[rank].action == ACTION_TAKE || + m_blupi[rank].action == ACTION_CARRY || m_blupi[rank].action == ACTION_DROP || m_blupi[rank].action == ACTION_BURN || m_blupi[rank].action == ACTION_TCHAO || diff --git a/src/decgoal.cxx b/src/decgoal.cxx index 6b95f53..6790869 100644 --- a/src/decgoal.cxx +++ b/src/decgoal.cxx @@ -967,7 +967,7 @@ static Sint16 table_goal_carry[] = GOAL_WORK, 0, -1, GOAL_BUILDOBJECT, 0, -1, -2, -2, -1, -1, 9 + 18, 1, 1 * 100, GOAL_ADDMOVES, 0, -1, 2, - GOAL_ACTION, ACTION_TAKE, DIRECT_E, + GOAL_ACTION, ACTION_CARRY, DIRECT_E, GOAL_TAKE, 0, -1, GOAL_TERM, 0 @@ -986,7 +986,7 @@ static Sint16 table_goal_carry2[] = GOAL_WORK, -1, 0, GOAL_BUILDOBJECT, -1, 0, -2, -2, -1, -1, 9 + 18, 1, 1 * 100, GOAL_ADDMOVES, -1, 0, 3, - GOAL_ACTION, ACTION_TAKE, DIRECT_S, + GOAL_ACTION, ACTION_CARRY, DIRECT_S, GOAL_TAKE, -1, 0, GOAL_TERM, 0 diff --git a/src/def.h b/src/def.h index 6120639..a8e52ff 100644 --- a/src/def.h +++ b/src/def.h @@ -123,7 +123,7 @@ #define ACTION_BUILD 4 // build #define ACTION_PIOCHE 5 // pioche #define ACTION_ENERGY 6 // prend de l'énergie -#define ACTION_TAKE 8 // take with a jump the object on the head (est) +#define ACTION_CARRY 8 // take with a jump the object on the head (est) #define ACTION_DROP 9 // drop the object which is on the head (est) #define ACTION_SCIE 10 // scie du bois #define ACTION_BURN 11 // blupi is burning !