From c38af84a52b725ecb2563c05f593a026e09846af Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 11:42:04 -0400 Subject: Change Combat Statistics table to reflect combat styles --- app/views/characters/show.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 382cdc7..ce1c2db 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -42,19 +42,19 @@ Accuracy - <%= @character.accuracy %> + <%= @character.accuracy(with_combat_style: true) %> Power - <%= @character.power %> + <%= @character.power(with_combat_style: true) %> Evasion - <%= @character.evasion %> + <%= @character.evasion(with_combat_style: true) %> Block - <%= @character.block %> + <%= @character.block(with_combat_style: true) %> Block Value -- cgit v1.2.3