Skip to content

Commit

Permalink
Increased effect duration to compensate for damping by the splash pot…
Browse files Browse the repository at this point in the history
…ion distance
  • Loading branch information
Mercerenies committed Jul 12, 2023
1 parent c1b1d1b commit c460247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeastListener.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.bukkit.potion.PotionEffectType
class FeastListener() : AbstractFeature(), Listener {

companion object : FeatureContainerFactory<FeatureContainer> {
val POTION_EFFECT_DURATION = Constants.TICKS_PER_SECOND * 12
val POTION_EFFECT_DURATION = Constants.TICKS_PER_SECOND * 20

override fun create(state: BuilderState): FeatureContainer =
ListenerContainer(FeastListener())
Expand Down

0 comments on commit c460247

Please sign in to comment.