Skip to content

Commit

Permalink
TRIPLE_REBOUND
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Sep 16, 2024
1 parent 3304204 commit 7876c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/sterner/api/item/ItemAbility.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum class ItemAbility : StringRepresentable {
TRIPLE_REBOUND,
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
PROPAGATION,//TODO implement, Rebound causes a sweeping attack. Scythe Sweeping now propagates, spreading itself through hordes of enemies like a chain
SPIRIT_VISION; //TODO implement, hallowed goggles ability
SPIRIT_VISION;

override fun getSerializedName(): String {
return this.name.lowercase()
Expand Down

0 comments on commit 7876c27

Please sign in to comment.