mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 15:42:38 +00:00
fix ei poison piercing
This commit is contained in:
@@ -40,8 +40,8 @@
|
|||||||
&.force::before { content : '\E910'; }
|
&.force::before { content : '\E910'; }
|
||||||
&.lightning::before { content : '\E911'; }
|
&.lightning::before { content : '\E911'; }
|
||||||
&.necrotic::before { content : '\E912'; }
|
&.necrotic::before { content : '\E912'; }
|
||||||
&.piercing::before { content : '\E914'; }
|
&.piercing::before { content : '\E913'; }
|
||||||
&.poison::before { content : '\E913'; }
|
&.poison::before { content : '\E914'; }
|
||||||
&.psychic::before { content : '\E915'; }
|
&.psychic::before { content : '\E915'; }
|
||||||
&.radiant::before { content : '\E916'; }
|
&.radiant::before { content : '\E916'; }
|
||||||
&.slashing::before { content : '\E917'; }
|
&.slashing::before { content : '\E917'; }
|
||||||
|
|||||||
Reference in New Issue
Block a user