Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Feb 6, 2024
1 parent f67902d commit fb27a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comps.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
# No logic for certain augments meaning the bot won't know what to do if they are included in here
# (Anything that changes gameplay or adds something to the bench).
# The ones on the top will be prioritized for selection.
# For those augment names followed by I II III, like "Cybernetic Uplink II"
# You can just add "Cybernetic Uplink" into the list and it will conclude all three tiers.
# "For those augments names with suffixes like I, II, III, such as 'Cybernetic Uplink II',
# You only need to add 'Cybernetic Uplink' in the list to cover all three levels.
AUGMENTS: list[str] = [
"That's Jazz Baby!",
"You Have My Bow",
Expand Down

0 comments on commit fb27a8b

Please sign in to comment.