diff options
author | David Gay <david@davidgay.org> | 2021-07-11 17:40:14 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-11 17:40:40 -0400 |
commit | 943e49eb877ab0aaaba6e876e3ca7aef5688e158 (patch) | |
tree | 1032d608f2bded6c1171eda7e7c1b5114ea8c819 /app/views/application | |
parent | 0fba923dda9440a7817e4dfa191bc242e5e0eb76 (diff) |
Second worldcall spell: Project Thought
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/_results.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/application/_results.html.erb b/app/views/application/_results.html.erb index d1ec927..71d6992 100644 --- a/app/views/application/_results.html.erb +++ b/app/views/application/_results.html.erb @@ -26,6 +26,8 @@ <% when "monster_spawn" %> <p>You found the <%= result[:monster_spawn].monster.name %>!</p> <p class="text-xs italic"><%= result[:monster_spawn].monster.description %></p> + <% when "create_monster_spawn" %> + <p>You've called a <%= result[:monster].name %>!</p> <% when "xp" %> <p class="text-xs">You gained <%= result[:xp] %> <%= result[:skill].name %> XP.</p> <% when "title" %> |