Skip to content

Commit

Permalink
add short safe effect for end fight
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Sep 21, 2024
1 parent 24de409 commit ef096e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quant.ew/files/system/end_fight/end_fight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function end_fight.on_world_update()
first = false
init = GameGetFrameNum() + 10
teleport_random()
LoadGameEffectEntityTo(ctx.my_player.entity, "mods/quant.ew/files/system/local_health/notplayer/safe_effect2.xml")
elseif init < GameGetFrameNum() and GameGetFrameNum() % 10 == 0 then
local exists = false
for peer_id, playerdata in pairs(ctx.players) do
Expand Down

0 comments on commit ef096e0

Please sign in to comment.