diff --git a/apps/configurator/lib/configurator_web/controllers/skill_html/skill_form.html.heex b/apps/configurator/lib/configurator_web/controllers/skill_html/skill_form.html.heex index fd3d03c05..12948b23f 100644 --- a/apps/configurator/lib/configurator_web/controllers/skill_html/skill_form.html.heex +++ b/apps/configurator/lib/configurator_web/controllers/skill_html/skill_form.html.heex @@ -20,6 +20,7 @@ options={Ecto.Enum.values(GameBackend.Units.Skills.Skill, :attack_type)} /> <.input field={f[:activation_delay_ms]} type="number" label="Activation delay (ms)" /> + <.input field={f[:reset_combo_ms]} type="number" label="Reset combo (ms)" /> <.input field={f[:autoaim]} type="checkbox" label="Autoaim" /> <.input field={f[:block_movement]} type="checkbox" label="Block movement" /> <.input field={f[:can_pick_destination]} type="checkbox" label="Can pick destination" />