From 79d577031a3ae29a1bd0715cf3cf8eb721e394b4 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 23 Jan 2021 21:04:24 -0500 Subject: [PATCH] v0.9.2: fixed rogue T3 talents having 2 points instead of 3 --- .../shatteredpixeldungeon/actors/hero/Talent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java index 8865c40b2..83d74ae73 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/hero/Talent.java @@ -93,7 +93,7 @@ public enum Talent { //Rogue T2 MYSTICAL_MEAL(68), MYSTICAL_UPGRADE(69), WIDE_SEARCH(70), SILENT_STEPS(71), ROGUES_FORESIGHT(72), //Rogue T3 - ROGUE_T3_1(73), ROGUE_T3_2(74), + ROGUE_T3_1(73, 3), ROGUE_T3_2(74, 3), //Assassin T3 ASSASSIN_T3_1(75, 3), ASSASSIN_T3_2(76, 3), ASSASSIN_T3_3(77, 3), //Freerunner T3