diff options
Diffstat (limited to 'app/views/characters/hearth')
-rw-r--r-- | app/views/characters/hearth/index.html.erb | 2 |
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 ec055d1..421d5e6 100644 --- a/app/views/characters/hearth/index.html.erb +++ b/app/views/characters/hearth/index.html.erb @@ -3,4 +3,6 @@ <% if current_char.hearth %> <% else %> <p>You haven't built your hearth yet. First, you'll need to start with a foundation.</p> + <% foundation = @all_amenities.find_by_gid("foundation") %> + <%= link_to "Build #{foundation.name}", "#" %> (requires <%= foundation.build_requirements_string(1) %>) <% end %> |