Compare commits

..

1 Commits

Author SHA1 Message Date
luxick 836a53e95e Rename Invulnerable Save for 11th edition 2026-08-03 17:36:53 +02:00
+1 -1
View File
@@ -1030,7 +1030,7 @@ const InvulRow = ({ hasInvul }) => {
backgroundColor: "var(--primary-color)",
}}
>
INVULNERABLE SAVE{isSpecialInvul ? "*" : ""}
INSV{isSpecialInvul ? "*" : ""}
</span>
</div>
);