Skip to content

Commit

Permalink
難易度ノーマル以下のみ、の指定方法が間違っていた
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuzume committed Aug 13, 2023
1 parent ef03b4f commit 9b2bad1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# @within function asset:mob/0311.blazing_inferno/tick/base_move/skill_active

# すでにいる雑魚は退散、ただしノーマルモード以下に限る
execute unless predicate api:global_vars/difficulty/min/normal if score @s 8N.Tick matches 0 as @e[type=blaze,scores={MobID=315},distance=..30] run tp @s ~ -100 ~
execute unless predicate api:global_vars/difficulty/min/normal if score @s 8N.Tick matches 0 as @e[type=blaze,scores={MobID=315},distance=..30] run kill @s
execute unless predicate api:global_vars/difficulty/min/hard if score @s 8N.Tick matches 0 as @e[type=blaze,scores={MobID=315},distance=..30] run tp @s ~ -100 ~
execute unless predicate api:global_vars/difficulty/min/hard if score @s 8N.Tick matches 0 as @e[type=blaze,scores={MobID=315},distance=..30] run kill @s

# 攻撃
# 予備動作
Expand Down

0 comments on commit 9b2bad1

Please sign in to comment.