Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tewtal committed May 21, 2018
1 parent 1e14449 commit d95470b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Region/SuperMetroid/Maridia/Inner.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public function initCasual() {

$this->can_enter = function($locations, $items) {
return $this->world->getRegion('Outer Maridia')->canEnter($locations, $items)
&& ($this->canFlySM() || $this->has('Grapple') || $this->has('SpeedBooster') || $this->canAccessMaridiaPortal());
&& ($items->canFlySM() || $items->has('Grapple') || $items->has('SpeedBooster') || $items->canAccessMaridiaPortal());
};

$this->can_complete = function($locations, $items) {
Expand Down

0 comments on commit d95470b

Please sign in to comment.