From c2207d1077a050f435fccec005250e94ba23cb21 Mon Sep 17 00:00:00 2001 From: Bryce Allen Date: Sun, 19 Jul 2015 20:07:18 -0500 Subject: [PATCH] weaponlist/planner: add GL shelling type --- web/templates/weaponrow.ejs | 1 + web/templates/weaponstats.ejs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/templates/weaponrow.ejs b/web/templates/weaponrow.ejs index 499d330..e5813b3 100644 --- a/web/templates/weaponrow.ejs +++ b/web/templates/weaponrow.ejs @@ -54,4 +54,5 @@ <%= defense ? "+" + defense + " Def" : "" %> <%= phial %> +<%= shelling_type %> diff --git a/web/templates/weaponstats.ejs b/web/templates/weaponstats.ejs index 9182709..64e6504 100644 --- a/web/templates/weaponstats.ejs +++ b/web/templates/weaponstats.ejs @@ -2,7 +2,8 @@ <%= name %> (<%= wtype %>) -<% if (phial) { %><<%= phial %> Phial><% } %> +<% if (phial) { %><<%= phial %> Phial><% } %> +<% if (shelling_type) { %><<%= shelling_type %>><% } %> <%= Array(num_slots + 1).join("o") %><%= Array(3 - num_slots + 1).join("-") %>