Skip to content

Commit

Permalink
ticketize all TODOs for attack delays during the boss fight
Browse files Browse the repository at this point in the history
new issues:
- #49
  • Loading branch information
TheAfroOfDoom committed Dec 22, 2023
1 parent b7b16a7 commit 5fbb44d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set scores
# TODO determine how to control how long we wait until ceding control back to the boss fight director
# after an attack-executor stops looping
# TODO(49) determine how to control how long we wait after this attack finishes before
# letting boss fight start a new attack
scoreboard players set @s boss-fight.attack.delay 20

# Remove tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set scores
# TODO determine how to control how long we wait until ceding control back to the boss fight director
# after an attack-executor stops looping
# TODO(49) determine how to control how long we wait after this attack finishes before
# letting boss fight start a new attack
scoreboard players set @s boss-fight.attack.delay 20

# Remove tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set scores
# TODO determine how to control how long we wait until ceding control back to the boss fight director
# after an attack-executor stops looping
# TODO(49) determine how to control how long we wait after this attack finishes before
# letting boss fight start a new attack
scoreboard players set @s boss-fight.attack.delay 20

# Remove tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set scores
# TODO determine how to control how long we wait until ceding control back to the boss fight director
# after an attack-executor stops looping
# TODO(49) determine how to control how long we wait after this attack finishes before
# letting boss fight start a new attack
scoreboard players set @s boss-fight.attack.delay 20

# Remove tags
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Set scores
# TODO determine how to control how long we wait until ceding control back to the boss fight director
# after an attack-executor stops looping
# TODO(49) determine how to control how long we wait after this attack finishes before
# letting boss fight start a new attack
scoreboard players set @s boss-fight.attack.delay 20

# Remove tags
Expand Down

0 comments on commit 5fbb44d

Please sign in to comment.