From f160f81a6daae8b478a5547078abc7c7b29ef747 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 5 Jul 2021 20:00:49 -0400 Subject: Change Floret GID to `floret` --- app/views/locations/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/locations') diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb index fcc668a..2f1074a 100644 --- a/app/views/locations/show.html.erb +++ b/app/views/locations/show.html.erb @@ -6,7 +6,7 @@ <% @location.monster_spawns.select(&:alive?).each do |ms| %>

A <%= ms.monster.name %> is ravaging this location! (<%= ms.remaining_hp %> HP)

<%# TODO: HACK %> - <% activity = Activity.find_by_gid("beastslay_leviathan_floret_region") %> + <% activity = Activity.find_by_gid("beastslay_leviathan_floret") %> <%= form_with url: start_activity_path(activity) do |f| %> <%= f.hidden_field :id, value: activity.id %> <%= f.submit "Hunt" %> -- cgit v1.2.3