Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Apr 16, 2024
1 parent 5c452f5 commit 6a79238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/open_samus_returns_rando/files/custom/scenario.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ end

function Scenario.RandoOnElevatorUse(from_actor, _ARG_1_, _ARG_2_)
local destination = ElevatorDestinations[Scenario.CurrentScenarioID][from_actor.sName]
if Scenario.CurrentScenario == destination.scenario then
Game.AddGUISF(0.5, GUI.ElevatorStartUseActionStep2InnerArea, "")
else
Game.AddGUISF(0.5, GUI.ElevatorStartUseActionStep2InterArea, "")
end
Game.AddGUISF(0.5, GUI.ElevatorStartUseActionStep2InterArea, "")
Elevator.Use("c10_samus", destination.scenario, destination.actor, _ARG_2_)
end
3 changes: 2 additions & 1 deletion src/open_samus_returns_rando/files/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@
}
}
}
}
},
"default": {}
},
"door_patches": {
"type": "array",
Expand Down

0 comments on commit 6a79238

Please sign in to comment.