summaryrefslogtreecommitdiff
path: root/app/views/characters/hearth/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/characters/hearth/index.html.erb')
-rw-r--r--app/views/characters/hearth/index.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/characters/hearth/index.html.erb b/app/views/characters/hearth/index.html.erb
index e425fee..c95977e 100644
--- a/app/views/characters/hearth/index.html.erb
+++ b/app/views/characters/hearth/index.html.erb
@@ -27,6 +27,7 @@
<div class="my-3">
<%= form_with url: start_activity_path do |f| %>
<%= f.hidden_field :id, value: construct_activity.id %>
+ <%= f.hidden_field :queued_actions, value: 0 %>
<%= f.submit construct_activity.name %>
<% end %>
<div class="text-sm">(costs <%= construct_activity.cost_string %>)</div>
@@ -40,6 +41,7 @@
<% construct_activity = foundation.construct_activity(1) %>
<%= form_with url: start_activity_path do |f| %>
<%= f.hidden_field :id, value: construct_activity.id %>
+ <%= f.hidden_field :queued_actions, value: 0 %>
<%= f.submit construct_activity.name %>
<% end %>
(costs <%= construct_activity.cost_string %>)