Skip to content

Commit

Permalink
Adds back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Jul 6, 2024
1 parent bd34424 commit a0904f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public override bool CanDrink(Mobile from)
return false;
}

// TODO: Verify scaled; is it offset, duration, or both?
if (!SpellHelper.AddStatOffset(from, StatType.Dex, Scale(from, DexOffset), Duration))
{
from.SendLocalizedMessage(502173); // You are already under a similar effect.
Expand Down

0 comments on commit a0904f1

Please sign in to comment.