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:
moisterrific 2020-02-07 16:14:27 -05:00 committed by GitHub
parent ef17fe2262
commit 6007edeb77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
};