Skip to content

Commit 7876c27

Browse files
committed
TRIPLE_REBOUND
1 parent 3304204 commit 7876c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/sterner/api/item/ItemAbility.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enum class ItemAbility : StringRepresentable {
2121
TRIPLE_REBOUND,
2222
VENGEANCE,//TODO implement. Rebound now actively seeks the target who most recently attacked you, damage taken by the owner of the scythe extends it's flight time. Initial flight time greatly increased
2323
PROPAGATION,//TODO implement, Rebound causes a sweeping attack. Scythe Sweeping now propagates, spreading itself through hordes of enemies like a chain
24-
SPIRIT_VISION; //TODO implement, hallowed goggles ability
24+
SPIRIT_VISION;
2525

2626
override fun getSerializedName(): String {
2727
return this.name.lowercase()

0 commit comments

Comments
 (0)