makes last cave accessible via rocket skip if rocket skip is enabled

This commit is contained in:
duncathan 2020-03-01 04:38:13 -06:00
parent 693b04b8cf
commit a27745465f
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -39,7 +39,7 @@ And it's locked.<NOD<END
#0140
<KEY<FAO0000<TRA0061:0090:0029:0009
#0150
<PRI<FLJ1030:0151<MSGIt's still too early to come
<PRI<FLJ1030:0151<FLJ6400:0151<MSGIt's still too early to come
here...<NOD<END
#0151
<KEY<SOU0011<ANP0150:0000:0002<FAO0002

View file

@ -155,6 +155,7 @@ function C:_shuffleItems(tscFiles)
local obj = self:getObjective()[1]
obj.name = obj.name .. (", %s"):format(self.worldGraph.spawn)
obj.script = obj.script .. self.worldGraph:getSpawnScript()
if self.worldGraph.seqbreak and self.worldGraph.dboosts.rocket.enabled then obj.script = "<FL+6400" .. obj.script end
-- place the objective scripts in Start Point
self:_fastFillItems({obj}, self.worldGraph:getObjectiveSpot())