From 34e0f5044c1e780b2d646ab939a8120a62e0298a Mon Sep 17 00:00:00 2001 From: Vlyan Date: Sat, 2 Jan 2021 14:15:29 +0100 Subject: [PATCH] Added (ring) and (skill) symbols --- system/scripts/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/scripts/config.js b/system/scripts/config.js index d020d7e..ae71158 100644 --- a/system/scripts/config.js +++ b/system/scripts/config.js @@ -53,6 +53,8 @@ L5R5E.symbols.set("(op)", { class: "i_opportunity", label: "l5r5e.chatdices.oppo L5R5E.symbols.set("(su)", { class: "i_success", label: "l5r5e.chatdices.successes" }); L5R5E.symbols.set("(ex)", { class: "i_explosive", label: "l5r5e.chatdices.explosives" }); L5R5E.symbols.set("(st)", { class: "i_strife", label: "l5r5e.chatdices.strives" }); +L5R5E.symbols.set("(ring)", { class: "i_ring", label: "l5r5e.rings.title" }); +L5R5E.symbols.set("(skill)", { class: "i_skill", label: "l5r5e.skills.title" }); L5R5E.symbols.set("(earth)", { class: "i_earth", label: "l5r5e.rings.earth" }); L5R5E.symbols.set("(water)", { class: "i_water", label: "l5r5e.rings.water" });