From 836a53e95e51bb521cb510b77428a9a4919a1934 Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 3 Aug 2026 17:36:53 +0200 Subject: [PATCH] Rename Invulnerable Save for 11th edition --- src/10th/Roster.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 350fc41..fb96987 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -1030,7 +1030,7 @@ const InvulRow = ({ hasInvul }) => { backgroundColor: "var(--primary-color)", }} > - INVULNERABLE SAVE{isSpecialInvul ? "*" : ""} + INSV{isSpecialInvul ? "*" : ""} );