v3.0.0: fixed trinity warning appearing for all armor abilities
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user