Skip to content

Commit

Permalink
Update charged_anomaly_death.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonyrewind authored Feb 10, 2024
1 parent d1f6cb2 commit 9c480e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function chargedAnomalyDeath.onDeath(creature)
return true
end

local boss = Game.createMonster(config.bossName, bossPosition, false, true)
local boss = Game.createMonster(config.bossName, config.bossPosition, false, true)
if boss then
boss:addHealth(-healthRemove)
end
Expand Down

0 comments on commit 9c480e4

Please sign in to comment.