diff --git a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/dentata-snakes/executor/terminate/boss_fight.mcfunction b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/dentata-snakes/executor/terminate/boss_fight.mcfunction index 3f83afafc..8c8868224 100644 --- a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/dentata-snakes/executor/terminate/boss_fight.mcfunction +++ b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/dentata-snakes/executor/terminate/boss_fight.mcfunction @@ -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 diff --git a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/friendliness-pellets/executor/terminate/boss_fight.mcfunction b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/friendliness-pellets/executor/terminate/boss_fight.mcfunction index 3f83afafc..8c8868224 100644 --- a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/friendliness-pellets/executor/terminate/boss_fight.mcfunction +++ b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/friendliness-pellets/executor/terminate/boss_fight.mcfunction @@ -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 diff --git a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/homing-vines/executor/terminate/boss_fight.mcfunction b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/homing-vines/executor/terminate/boss_fight.mcfunction index 3f83afafc..8c8868224 100644 --- a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/homing-vines/executor/terminate/boss_fight.mcfunction +++ b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/homing-vines/executor/terminate/boss_fight.mcfunction @@ -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 diff --git a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-lower/executor/terminate/boss_fight.mcfunction b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-lower/executor/terminate/boss_fight.mcfunction index 3f83afafc..8c8868224 100644 --- a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-lower/executor/terminate/boss_fight.mcfunction +++ b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-lower/executor/terminate/boss_fight.mcfunction @@ -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 diff --git a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-upper/executor/terminate/boss_fight.mcfunction b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-upper/executor/terminate/boss_fight.mcfunction index 3f83afafc..8c8868224 100644 --- a/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-upper/executor/terminate/boss_fight.mcfunction +++ b/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/x-bullets-upper/executor/terminate/boss_fight.mcfunction @@ -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