Skip to content

Commit

Permalink
Update bosslever_death.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
luanluciano93 committed Apr 16, 2024
1 parent 7f4f4ed commit 29cb64d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ function onBossDeath.onDeath(creature)
zn:removePlayers()
end, bossLever.timeAfterKill * 1000, zone)
end
onDeathForDamagingPlayers(creature, function(creature, player)
player:takeScreenshot(SCREENSHOT_TYPE_BOSSDEFEATED)
end)
return true
end
onBossDeath:register()

0 comments on commit 29cb64d

Please sign in to comment.