Skip to content

Commit

Permalink
Merge pull request #11503 from tobymao/1837-sr5-home-token-actor
Browse files Browse the repository at this point in the history
[Core] Improve ux for start of OR home token placement
  • Loading branch information
crericha authored Feb 1, 2025
2 parents e810516 + d8abe5a commit d2f54f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/engine/step/home_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ def pending_entity
pending_token[:entity]
end

def active_entities
[pending_entity]
end

def override_entities
active_entities
end

def token
pending_token[:token]
end
Expand Down

0 comments on commit d2f54f4

Please sign in to comment.