Skip to content

Commit

Permalink
Merge pull request #38 from Baconadors/wasp-free-additions
Browse files Browse the repository at this point in the history
fix: Tea stall safespot
  • Loading branch information
Torwent authored Aug 21, 2024
2 parents 614e344 + c35e660 commit 675f5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasp_stall_robber.simba
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{$DEFINE SCRIPT_ID := '2c9e42f7-cb23-4976-827f-9ffe112a0c3f'}
{$DEFINE SCRIPT_REVISION := '26'}
{$DEFINE SCRIPT_REVISION := '27'}
{$DEFINE SCRIPT_GUI}
{$I SRL-T/osr.simba}
{$I WaspLib/osr.simba}
Expand Down Expand Up @@ -52,7 +52,7 @@ begin
Self.Stall.SetupUpText('Tea stall');
Self.Stall.Finder.Colors += CTS2(9939895, 8, 0.07, 0.64);
Self.StallCooldown.Init(7000);
Self.SafeSpot := [8465, 2808];
Self.SafeSpot := [8976, 36790];
Self.StealList := ['Cup of tea'];
end;

Expand Down

0 comments on commit 675f5aa

Please sign in to comment.