mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-12-25 14:37:05 +00:00
shuffles mr little
This commit is contained in:
parent
c894799a5b
commit
69d9afdd5e
|
@ -341,8 +341,9 @@ local function _itemData()
|
|||
mrLittle = {
|
||||
name = "Little Man",
|
||||
script = "<EVE0082",
|
||||
attributes = {"event"},
|
||||
placed = true
|
||||
attributes = {"mandatory"},
|
||||
hints = {"Mr Little", "a living being"}
|
||||
--placed = true
|
||||
},
|
||||
ironBond = {
|
||||
name = "Iron Bond",
|
||||
|
|
|
@ -48,7 +48,7 @@ function mimigaVillage:new(worldGraph)
|
|||
reservoir = Location("Reservoir", "Pool", "0301", self, {"underwater"}),
|
||||
mapChest = Location("Mimiga Village Chest", "Mimi", "0202", self),
|
||||
assembly = Location("Assembly Hall Fireplace", "Comu", "0303", self, {"in a fireplace"}),
|
||||
mrLittle = Location("Mr. Little (Graveyard)", "Cemet", "0202", self),
|
||||
mrLittle = Location("Mr. Little (Graveyard)", "Cemet", "0202", self, {"in the Graveyard", "with a very little man, hiding in the grass"}),
|
||||
grave = Location("Arthur's Grave", "Cemet", "0301", self, {"with a fallen hero..", "in the Graveyard"}),
|
||||
mushroomChest = Location("Storage? Chest", "Mapi", "0202", self, {"in the Graveyard"}),
|
||||
maPignon = Location("Ma Pignon Boss", "Mapi", "0501", self, {"behind a boss", "behind Ma Pignon", "in the Graveyard"})
|
||||
|
@ -79,7 +79,7 @@ function mimigaVillage:new(worldGraph)
|
|||
return false
|
||||
end
|
||||
|
||||
self.locations.mrLittle:setItem(self.world.items:getByKey("mrLittle"))
|
||||
--self.locations.mrLittle:setItem(self.world.items:getByKey("mrLittle"))
|
||||
end
|
||||
|
||||
local arthur = Region:extend()
|
||||
|
|
Loading…
Reference in a new issue