From d0d125da60d888a0e97f4cab64cb0f50832af37b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sun, 27 Mar 2022 17:15:20 -0400 Subject: [PATCH] v1.2.1: fixed a typo v1.2 changelog --- .../shatteredpixeldungeon/ui/changelist/v1_X_Changes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java index eabb588b1..1a32081c7 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/changelist/v1_X_Changes.java @@ -207,7 +207,7 @@ public class v1_X_Changes { "_- Wand Preservation_ max uses up to 5 from 3\n" + "_- Empowering Scrolls_ now grants +3 on the next 1/2/3 wand zaps\n\n" + "_- Light Cloak_ charging rate boosted to 25%/50%/75%, from 17%/33%/50%\n\n" + - "_- Shared Enchantments_ bugfixed to give the bonus damage stated in the description, instead of slightly less.")); + "_- Shared Upgrades_ bugfixed to give the bonus damage stated in the description, instead of slightly less.")); changes = new ChangeInfo(Messages.get(ChangesScene.class, "nerfs"), false, null); changes.hardlight(CharSprite.NEGATIVE);