Rename Invulnerable Save for 11th edition

This commit is contained in:
2026-08-03 17:36:53 +02:00
parent 0623ba903b
commit 836a53e95e
+1 -1
View File
@@ -1030,7 +1030,7 @@ const InvulRow = ({ hasInvul }) => {
backgroundColor: "var(--primary-color)", backgroundColor: "var(--primary-color)",
}} }}
> >
INVULNERABLE SAVE{isSpecialInvul ? "*" : ""} INSV{isSpecialInvul ? "*" : ""}
</span> </span>
</div> </div>
); );