Skip to content

Commit

Permalink
夜を司る島を攻略後の就寝処理が動いていないバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
NePonpon committed Apr 27, 2024
1 parent e1f649d commit cb91758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/player/functions/trigger/slept_in_bed/.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 全員ベッドの上なら朝にする
scoreboard players set _ _ 1
execute as @a at @s unless block ~ ~ ~ #beds run scoreboard players set _ _ 0
execute if score _ _ matches 1 if data storage area: capture.skylands{011:true} run schedule function player:trigger/slept_in_bed/change_time 5s replace
execute if score _ _ matches 1 if data storage area: capture.skylands{011:1} run schedule function player:trigger/slept_in_bed/change_time 5s replace

# Tips表示
function player:tips/show
Expand Down

0 comments on commit cb91758

Please sign in to comment.