Skip to content

Commit

Permalink
Adds TODO for tithing
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman committed Jul 4, 2024
1 parent eb034f7 commit b130ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Projects/UOContent/Gumps/TithingGump.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public override void OnResponse(NetState sender, in RelayInfo info)

var pack = _from.Backpack;

// TODO: At some point this was changed on OSI to only work from bank/account funds
if (pack?.ConsumeTotal(typeof(Gold), _offer) == true)
{
// You tithe gold to the shrine as a sign of devotion.
Expand Down

0 comments on commit b130ebd

Please sign in to comment.