summaryrefslogtreecommitdiff
path: root/app/views/look
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/look')
-rw-r--r--app/views/look/look.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/look/look.html.erb b/app/views/look/look.html.erb
index 8b41e0f..ef0f6c4 100644
--- a/app/views/look/look.html.erb
+++ b/app/views/look/look.html.erb
@@ -3,6 +3,7 @@
<p class="italic"><%= @location.description %></p>
</div>
+<%# TODO: Don't load into memory %>
<% @location.monster_spawns.select(&:alive?).each do |ms| %>
<p class="text-yellow-400">A <%= ms.monster.name %> is ravaging this location! (<%= ms.remaining_hp %> HP)</p>
<% activity = Activity.find_by_gid("beastslay_leviathan_#{@location.gid}") %>