Skip to content

Commit

Permalink
fix(FairyRing): calling FairyRing.HandleItem is now up to the scripter
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jan 27, 2024
1 parent ee56086 commit 7f6a5ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions optional/interfaces/mainscreen/fairyring.simba
Original file line number Diff line number Diff line change
Expand Up @@ -887,9 +887,6 @@ begin
if Self.IsOpen() then
Exit(Self.HandleInterface(code));

if not Self.HandleItem() then
Exit;

if code = 'BKS' then
code := 'Zanaris';

Expand Down Expand Up @@ -937,9 +934,6 @@ begin
if Self.IsOpen() then
Exit(Self.HandleInterface(code));

if not Self.HandleItem() then
Exit;

if code = 'BKS' then
code := 'Zanaris';

Expand Down

0 comments on commit 7f6a5ee

Please sign in to comment.