From 3fc62840b910ee95645ee2b32411aab2e83ec6da Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 27 Mar 2018 23:07:11 -0400 Subject: [PATCH] v0.6.4: fixed a typo in mage description, and moved a warning suppress --- .../shatteredpixeldungeon/ShatteredPixelDungeon.java | 2 +- .../shatteredpixeldungeon/messages/actors/actors.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java index 08630ff9e..66a3e0e83 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java @@ -150,7 +150,6 @@ public class ShatteredPixelDungeon extends Game { } - @SuppressWarnings("deprecation") @Override protected void onCreate( Bundle savedInstanceState ) { super.onCreate(savedInstanceState); @@ -230,6 +229,7 @@ public class ShatteredPixelDungeon extends Game { } @Override + @SuppressWarnings("deprecation") public void onMultiWindowModeChanged(boolean isInMultiWindowMode) { super.onMultiWindowModeChanged(isInMultiWindowMode); updateSystemUI(); diff --git a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties index 94b2776ae..2e7ef8a82 100644 --- a/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties +++ b/core/src/main/resources/com/shatteredpixel/shatteredpixeldungeon/messages/actors/actors.properties @@ -258,7 +258,7 @@ actors.hero.heroclass.warrior_desc_subclasses=A subclass can be chosen after def actors.hero.heroclass.mage=mage actors.hero.heroclass.mage_desc_item=The Mage starts with a _unique staff,_ which can be imbued with the properties of a wand.\n\nThe staff recharges significantly faster than a wand, and has 1 more maximum charge.\n\nThe staff starts out imbued with magic missile. actors.hero.heroclass.mage_desc_loadout=The Mage starts with his staff as his melee weapon. The staff deals less melee damage than other starter weapons.\n\nThe Mage can use the magic in his staff to attack at range.\n\nThe Mage starts with a _scroll holder,_ which can store various scrolls and protect them from fire. -actors.hero.heroclass.mage_desc_misc=The Mage partially identified wands the moment he uses them.\n\nThe Mage automatically identifies scrolls of upgrade.\n\nThe Mage regains a small amount of wand and staff charge whenever he eats food. +actors.hero.heroclass.mage_desc_misc=The Mage partially identifies wands the moment he uses them.\n\nThe Mage automatically identifies scrolls of upgrade.\n\nThe Mage regains a small amount of wand and staff charge whenever he eats food. actors.hero.heroclass.mage_desc_subclasses=A subclass can be chosen after defeating the second boss. The Mage has two subclasses: actors.hero.heroclass.rogue=rogue