summaryrefslogtreecommitdiff
path: root/app/views/activities/_results.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/activities/_results.html.erb')
-rw-r--r--app/views/activities/_results.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/activities/_results.html.erb b/app/views/activities/_results.html.erb
index 5fde590..e0e54cc 100644
--- a/app/views/activities/_results.html.erb
+++ b/app/views/activities/_results.html.erb
@@ -11,6 +11,11 @@
<p>You constructed <%= result[:hearth_amenity].name %>.</p>
<% when "activity" %>
<p>You realized how to <%= result[:activity].name %>!</p>
+ <% when "monster" %>
+ <p>You encountered a <%= result[:monster].name %>.</p>
+ <p class="text-xs italic"><%= result[:monster].description %></p>
+ <% when "xp" %>
+ <p class="text-xs">You gained <%= result[:xp] %> <%= result[:skill].name %> XP.</p>
<% when "message" %>
<p><%= result[:body] %></p>
<% when "error" %>