removes motionless king/toroko from mimiga village

This commit is contained in:
duncathan 2020-03-01 20:42:52 -06:00
parent 49a1689010
commit ce7ee57279

View file

@ -495,8 +495,9 @@ function worldGraph:Camp() return self.spawn == "Camp" end
function worldGraph:getSpawnScript()
if self:StartPoint() then return "<FL+6200<EVE0091" end
if self:Arthur() then return "<FL+6201<FL+0301<FL+0302<FL+1641<FL+1642<TRA0001:0094:0008:0004" end
if self:Camp() then return "<FL+6202<FL+0301<FL+0302<FL+1641<FL+1642<TRA0040:0094:0014:0009" end
local earlyGameFlags = "<FL+0301<FL+0302<FL+1641<FL+1642<FL+0320<FL+0321"
if self:Arthur() then return "<FL+6201" .. earlyGameFlags .. "<TRA0001:0094:0008:0004" end
if self:Camp() then return "<FL+6202" .. earlyGameFlags .. "<TRA0040:0094:0014:0009" end
end
function worldGraph:getLocations()