Skip to content

Commit

Permalink
Merge pull request #519 from randovania/remove-heatzone.lua
Browse files Browse the repository at this point in the history
Remove custom `heatzone.lua`
  • Loading branch information
ThanatosGit authored Jan 27, 2025
2 parents 10e939d + ec498b5 commit 767b8c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
40 changes: 0 additions & 40 deletions src/open_samus_returns_rando/files/custom/heatzone.lua

This file was deleted.

2 changes: 2 additions & 0 deletions src/open_samus_returns_rando/files/custom/randoapi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function RandoApi.CheckSuits()
elseif hasVaria then
Game.GetEntity("Samus").MODELUPDATER.sModelAlias = "Varia"
Game.GetPlayer():StopEntityLoopWithFade("actors/samus/damage_alarm.wav", 0.6)
else
Game.GetEntity("Samus").MODELUPDATER.sModelAlias = "Default"
end
end

Expand Down
1 change: 0 additions & 1 deletion src/open_samus_returns_rando/lua_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ def _add_replacement_files(self, editor: PatcherEditor, configuration: dict) ->
lua_util.replace_script(editor, "actors/characters/arachnus/scripts/arachnus", "custom/arachnus.lua")
lua_util.replace_script(editor, "actors/props/samusship/scripts/samusship", "custom/ship.lua")
lua_util.replace_script(editor, "actors/props/savestation/scripts/savestation", "custom/savestation.lua")
lua_util.replace_script(editor, "actors/props/heatzone/scripts/heatzone", "custom/heatzone.lua")
lua_util.replace_script(editor, "gui/scripts/sprites_splashes", "custom/sprites_splashes.lua")
lua_util.replace_script(editor, "gui/scripts/sprites_texturehud", "custom/sprites_texturehud.lua")

Expand Down

0 comments on commit 767b8c0

Please sign in to comment.