Skip to content

Commit c1a24d0

Browse files
authored
Update grand_master_oberon.lua
1 parent fbc8e9b commit c1a24d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-global/monster/quests/the_secret_library/bosses/grand_master_oberon.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ mType.onThink = function(monster, interval)
128128
monster:setStorageValue(GrandMasterOberonConfig.Storage.Life, 0)
129129
end
130130

131-
-- Check if we should trigger the question phase
131+
-- Check if we should trigger the question phase
132132
local currentLifeStorage = monster:getStorageValue(GrandMasterOberonConfig.Storage.Life)
133133
if currentLifeStorage < GrandMasterOberonConfig.AmountLife then
134134
local percentageHealth = (monster:getHealth() * 100) / monster:getMaxHealth()

0 commit comments

Comments
 (0)