mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Don't show "run ended" as reason of death
This commit is contained in:
parent
fd4a79c252
commit
6fab20f02f
1 changed files with 4 additions and 1 deletions
|
@ -211,7 +211,10 @@ local function player_died()
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Don't show "run ended" as reason of death
|
||||||
|
if not ctx.run_ended then
|
||||||
show_death_message()
|
show_death_message()
|
||||||
|
end
|
||||||
|
|
||||||
rpc.remove_homing(false)
|
rpc.remove_homing(false)
|
||||||
-- Serialize inventory, perks, and max_hp, we'll need to copy it over to notplayer.
|
-- Serialize inventory, perks, and max_hp, we'll need to copy it over to notplayer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue