From d58346df32cd8f6934b7cf068637eb8896456977 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 18:08:06 -0400 Subject: Chance for equipment to break after combat --- app/views/application/_results.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/application') diff --git a/app/views/application/_results.html.erb b/app/views/application/_results.html.erb index 1da0af7..31fb93e 100644 --- a/app/views/application/_results.html.erb +++ b/app/views/application/_results.html.erb @@ -23,6 +23,8 @@

You earned the title <%= render "application/components/text/title", title: result[:title] %>!

<% when "message" %>

<%= result[:body] %>

+ <% when "warning" %> +

<%= result[:message] %>

<% when "error" %>

<%= result[:message] %>

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