mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-25 22:47:14 +00:00
fixes #10, mr little logic softlock
This commit is contained in:
parent
16840aafa8
commit
c8dccf0db1
|
@ -335,7 +335,7 @@ function outerWall:new(worldGraph)
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
self.locations.littleHouse.requirements = function(self, items) return _has(items, "flight") and _has(items, "blade") end
|
self.locations.littleHouse.requirements = function(self, items) return _has(items, "flight") and _has(items, "blade") and _has(items, "mrLittle") end
|
||||||
end
|
end
|
||||||
|
|
||||||
local plantation = Region:extend()
|
local plantation = Region:extend()
|
||||||
|
|
Loading…
Reference in a new issue