summaryrefslogtreecommitdiff
path: root/app/views/characters/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/characters/show.html.erb')
-rw-r--r--app/views/characters/show.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb
index 75143ec..896280d 100644
--- a/app/views/characters/show.html.erb
+++ b/app/views/characters/show.html.erb
@@ -74,14 +74,6 @@
<th class="table-cell-padded text-right">Evasion</th>
<td class="table-cell-padded"><%= @character.evasion(with_combat_style: true) %></td>
</tr>
- <tr>
- <th class="table-cell-padded text-right">Block</th>
- <td class="table-cell-padded"><%= @character.block(with_combat_style: true) %></td>
- </tr>
- <tr>
- <th class="table-cell-padded text-right">Block Value</th>
- <td class="table-cell-padded"><%= @character.block_value %></td>
- </tr>
</tbody>
</table>
</div>