From 4334d6d8477af50e6fe97082476dab02dac4bcac Mon Sep 17 00:00:00 2001 From: LingASDJ <2735951230@qq.com> Date: Sun, 13 Aug 2023 17:46:56 +0800 Subject: [PATCH] Update CustomArmor.java --- .../shatteredpixeldungeon/items/armor/custom/CustomArmor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/custom/CustomArmor.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/custom/CustomArmor.java index 5c25cbf08..6b9106483 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/custom/CustomArmor.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/armor/custom/CustomArmor.java @@ -81,7 +81,7 @@ public abstract class CustomArmor extends Armor { return actions; } - /**通过检测图像,在大于目标等级后添加快捷按钮*/ + /**通过检测图像,在大于目标等级后添加快捷按钮,使玩家快捷使用自定义护甲特殊战技*/ @Override public int image() { super.image();