diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/activities/_results.html.erb | 5 |
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" %> |