Increase whitelisted duration of the Hellfire (OnFire3) buff

From 5 seconds to 6 seconds, as the Brand of the Inferno will apply this
buff for a maximum of 6 seconds.
This commit is contained in:
James Puleo 2022-12-02 13:17:03 -05:00
parent 4e59087e7c
commit ae3c9654ad
No known key found for this signature in database
GPG key ID: 3E16C7EFA34FB15D

View file

@ -400,7 +400,7 @@ namespace TShockAPI
};
PlayerAddBuffWhitelist[BuffID.OnFire3] = new BuffLimit
{
MaxTicks = 60 * 5,
MaxTicks = 60 * 6,
CanBeAddedWithoutHostile = false,
CanOnlyBeAppliedToSender = false
};