Removed stoned and frozen from disable
This commit is contained in:
parent
5349f06648
commit
e23509de75
1 changed files with 0 additions and 2 deletions
|
|
@ -1557,8 +1557,6 @@ namespace TShockAPI
|
||||||
public virtual void Disable(string reason = "", DisableFlags flags = DisableFlags.WriteToLog)
|
public virtual void Disable(string reason = "", DisableFlags flags = DisableFlags.WriteToLog)
|
||||||
{
|
{
|
||||||
LastThreat = DateTime.UtcNow;
|
LastThreat = DateTime.UtcNow;
|
||||||
SetBuff(BuffID.Frozen, 330, true);
|
|
||||||
SetBuff(BuffID.Stoned, 330, true);
|
|
||||||
SetBuff(BuffID.Webbed, 330, true);
|
SetBuff(BuffID.Webbed, 330, true);
|
||||||
|
|
||||||
if (ActiveChest != -1)
|
if (ActiveChest != -1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue