Skip to content

Commit ada3cf2

Browse files
committed
fix: soulflow cost color
1 parent 797ba56 commit ada3cf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability

type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability/RegisteredAbility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public void onFail(@NonNull SkyBlockPlayer player) {
175175

176176
@Override
177177
public String getLoreDisplay() {
178-
return "§8Soulflow Cost: §e" + soulflow + "\n§8Mana Cost: §3" + cost;
178+
return "§8Soulflow Cost: §3" + soulflow + "\n§8Mana Cost: §3" + cost;
179179
}
180180
}
181181

0 commit comments

Comments
 (0)