Skip to content

Commit

Permalink
Increased Refreshing Dip duration to 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nestorboy committed Sep 30, 2024
1 parent 2e67378 commit 2b37763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/Tiles/Underground/HotspringFountain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public override void Update()
Dust.NewDustPerfect(Center + Vector2.UnitY * -20, ModContent.DustType<Dusts.Mist>(), new Vector2(0.2f, -Main.rand.NextFloat(0.7f, 1.6f)), Main.rand.Next(50, 70), Color.White, Main.rand.NextFloat(0.2f, 0.5f));

foreach (Player player in Main.player.Where(n => n.wet && Vector2.Distance(n.Center, Center) < 30 * 16))
player.AddBuff(ModContent.BuffType<HotspringHeal>(), 10);
player.AddBuff(ModContent.BuffType<HotspringHeal>(), 180);

for (int x = -30; x < 30; x += 1)
{
Expand Down

0 comments on commit 2b37763

Please sign in to comment.