Removed stoned and frozen from disable

This commit is contained in:
Chris 2021-03-23 11:35:26 +10:30
parent 5349f06648
commit e23509de75

View file

@ -1557,8 +1557,6 @@ namespace TShockAPI
public virtual void Disable(string reason = "", DisableFlags flags = DisableFlags.WriteToLog)
{
LastThreat = DateTime.UtcNow;
SetBuff(BuffID.Frozen, 330, true);
SetBuff(BuffID.Stoned, 330, true);
SetBuff(BuffID.Webbed, 330, true);
if (ActiveChest != -1)