Skip to content

Commit

Permalink
fix: action boss timira fight (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr authored Jan 27, 2025
1 parent 416263b commit ef13a4a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ local firstStageConfig = {
Position(33785, 32676, 10),
},
shallowWaterBorderIds = {
1722,
1723,
38125,
38134,
38130,
Expand Down Expand Up @@ -332,6 +334,7 @@ function timiraBucket.onUse(player, item, fromPosition, target, toPosition, isHo
return false
end
timiraBucket:id(firstStageConfig.sparklingBucketId, firstStageConfig.emptyBucketId, firstStageConfig.badWaterBucketId)
timiraBucket:allowFarUse(true)
timiraBucket:register()

local corruptedWater = Action()
Expand Down

0 comments on commit ef13a4a

Please sign in to comment.