diff --git a/themes/fonts/iconFonts/elderberryInn.js b/themes/fonts/iconFonts/elderberryInn.js index d23bca086..71bb40e42 100644 --- a/themes/fonts/iconFonts/elderberryInn.js +++ b/themes/fonts/iconFonts/elderberryInn.js @@ -105,6 +105,7 @@ const elderberryInn = { 'ei_action1' : 'ei action-1', 'ei_alter_self' : 'ei alter-self', 'ei_alter_self2' : 'ei alter-self-2', + 'ei_magic_beans' : 'ei magic-beans', 'ei_animal_friendship' : 'ei animal-friendship', 'ei_animate_dead' : 'ei animate-dead', 'ei_animate_objects' : 'ei animate-objects', diff --git a/themes/fonts/iconFonts/elderberryInn.less b/themes/fonts/iconFonts/elderberryInn.less index 10479639c..c956563fc 100644 --- a/themes/fonts/iconFonts/elderberryInn.less +++ b/themes/fonts/iconFonts/elderberryInn.less @@ -73,7 +73,6 @@ &.barbarian-rage::before { content : '\E92D'; } &.barbarian-reckless-attack::before { content : '\E92E'; } &.bardic-inspiration::before { content : '\E92F'; } - & &.cleric-channel-divinity::before { content : '\E930'; } &.druid-wild-shape::before { content : '\E931'; } &.fighter-action-surge::before { content : '\E932'; } @@ -84,7 +83,7 @@ &.monk-step-of-the-wind-2::before { content : '\E937'; } &.monk-step-of-the-wind-3::before { content : '\E938'; } &.monk-stunning-strike::before { content : '\E939'; } - &.monk-stunning-strike-2::before { content : '\E9A'; } + &.monk-stunning-strike-2::before { content : '\E93A'; } &.paladin-divine-smite::before { content : '\E93B'; } &.paladin-lay-on-hands::before { content : '\E93C'; } &.barbarian-abilities::before { content : '\E93D'; } @@ -123,6 +122,7 @@ &.action-1::before { content : '\E95A'; } &.alter-self::before { content : '\E95B'; } &.alter-self-2::before { content : '\E95C'; } + &.magic-beans::before { content : '\E95D'; } &.animal-friendship::before { content : '\E95E'; } &.animate-dead::before { content : '\E95F'; } &.animate-objects::before { content : '\E960'; }