v3.0.0: fixed trinity warning appearing for all armor abilities

This commit is contained in:
Evan Debenham
2025-01-30 11:10:40 -05:00
parent d93d33ddbc
commit 1f033cb32e

View File

@@ -69,7 +69,7 @@ public class WndChooseAbility extends Window {
for (ArmorAbility ability : hero.heroClass.armorAbilities()) {
String warn;
if (Dungeon.initialVersion < 821){
if (Dungeon.initialVersion < 821 && ability instanceof Trinity){
warn = "_WARNING, code to track which items you have found for use in trinity was added in BETA-2.2. This run was started before that, and so some items you have encountered may not be usable with Trinity. Any items you currently hold can be made selectable by dropping and picking them back up._\n\n";
} else {
warn = "";