Skip to content

Commit

Permalink
Merge pull request #172 from DaftBrit/noita-deathlink-fix
Browse files Browse the repository at this point in the history
Death link fix
  • Loading branch information
ScipioWright authored Apr 10, 2024
2 parents 07318a5 + 6bd2f75 commit cf3a146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ end


local function IsDeathLinkEnabled()
if slot_options == nil then
return false
end
return slot_options.death_link == 1 and ModSettingGet("archipelago.death_link")
end

Expand Down

0 comments on commit cf3a146

Please sign in to comment.