Hearth

<% if current_char.hearth %> <% else %>

You haven't built your hearth yet. First, you'll need to start with a foundation.

<% foundation = @all_amenities.find_by_gid("foundation") %> <%= link_to "Build #{foundation.name}", "#" %> (requires <%= foundation.build_requirements_string(1) %>) <% end %>