Added confused debuff for Brain of Confusion
This commit is contained in:
parent
da645ccaf5
commit
2440e044b1
1 changed files with 2 additions and 1 deletions
|
|
@ -1869,7 +1869,8 @@ namespace TShockAPI
|
|||
{ BuffID.DryadsWardDebuff, 120 },
|
||||
{ BuffID.Daybreak, 300 },
|
||||
{ BuffID.BetsysCurse, 600 },
|
||||
{ BuffID.Oiled, 540 }
|
||||
{ BuffID.Oiled, 540 },
|
||||
{ BuffID.Confused, 360 },
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue