From 943e49eb877ab0aaaba6e876e3ca7aef5688e158 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 11 Jul 2021 17:40:14 -0400 Subject: Second worldcall spell: Project Thought --- app/views/application/_results.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views') 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" %>

You found the <%= result[:monster_spawn].monster.name %>!

<%= result[:monster_spawn].monster.description %>

+ <% when "create_monster_spawn" %> +

You've called a <%= result[:monster].name %>!

<% when "xp" %>

You gained <%= result[:xp] %> <%= result[:skill].name %> XP.

<% when "title" %> -- cgit v1.2.3