Fix BoC false positive kick in NPCAddBuffTimeMax
360 ticks = 6 seconds, according to the wiki, the max possible duration is proportional to dmg taken, so 7.5 seconds would be the max duration (aka 450 ticks)
This commit is contained in:
parent
ef17fe2262
commit
6007edeb77
1 changed files with 1 additions and 1 deletions
|
|
@ -1869,7 +1869,7 @@ namespace TShockAPI
|
|||
{ BuffID.DryadsWardDebuff, 120 },
|
||||
{ BuffID.BetsysCurse, 600 },
|
||||
{ BuffID.Oiled, 540 },
|
||||
{ BuffID.Confused, 360 }, // Brain of Confusion Internal Item ID: 3223
|
||||
{ BuffID.Confused, 450 }, // Brain of Confusion Internal Item ID: 3223
|
||||
{ BuffID.Daybreak, 300 } // Solar Eruption Item ID: 3473, Daybreak Item ID: 3543
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue