Skip to content

Commit 0b6bf9e

Browse files
authored
Merge pull request #3029 from Arthri/increase-cursed-inferno-time
Increase Cursed Inferno Maximum Debuff Time
2 parents edd7d7e + 5c4db00 commit 0b6bf9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TShockAPI/Bouncer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@ internal static int GetMaxPlaceStyle(int tileID)
28542854
{ BuffID.Poisoned, 3600 }, // BuffID: 20
28552855
{ BuffID.OnFire, 1200 }, // BuffID: 24
28562856
{ BuffID.Confused, short.MaxValue }, // BuffID: 31 Brain of Confusion Internal Item ID: 3223
2857-
{ BuffID.CursedInferno, 420 }, // BuffID: 39
2857+
{ BuffID.CursedInferno, 600 }, // BuffID: 39
28582858
{ BuffID.Frostburn, 900 }, // BuffID: 44
28592859
{ BuffID.Ichor, 1200 }, // BuffID: 69
28602860
{ BuffID.Venom, 1800 }, // BuffID: 70

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Use past tense when adding new entries; sign your name off when you add or chang
9292
* Fixed typo in `/gbuff`. (@sgkoishi, #2955)
9393
* Rewrote the `.dockerignore` file into a denylist. (@timschumi)
9494
* Added CI for Docker images. (@timschumi)
95+
* Fixed Cursed Flares kicking players for invalid buff. (@Arthri)
9596

9697
## TShock 5.2
9798
* An additional option `pvpwithnoteam` is added at `PvPMode` to enable PVP with no team. (@CelestialAnarchy, #2617, @ATFGK)

0 commit comments

Comments
 (0)