mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-10 00:45:15 +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
|
||||
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
|
||||
|
||||
local plantation = Region:extend()
|
||||
|
|
Loading…
Reference in a new issue