Skip to content

Commit

Permalink
Make ACTION_TRANSPORT_EMBARK a rare popup
Browse files Browse the repository at this point in the history
This avoids too many spammed action pop-ups for high GOTO traffic of units going to cities which have units that can hold cargo inside them.
  • Loading branch information
Lexxie9952 committed May 28, 2021
1 parent ba2020e commit f17efaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeciv/freeciv/common/actions.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ static void hard_code_actions(void)
1, 1, FALSE);
actions[ACTION_TRANSPORT_EMBARK] =
action_new(ACTION_TRANSPORT_EMBARK, ATK_UNIT, ASTK_NONE,
FALSE, ACT_TGT_COMPL_SIMPLE, FALSE, TRUE,
FALSE, ACT_TGT_COMPL_SIMPLE, TRUE, TRUE,
1, 1, FALSE);
actions[ACTION_SPY_ATTACK] =
action_new(ACTION_SPY_ATTACK,
Expand Down

0 comments on commit f17efaa

Please sign in to comment.