Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/scenario_08_atlantis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ function phase2SpawnWormhole()
We are reading a huge gravity surge from your direction. Get the hell out of there.]])
)
x, y = b20_artifact:getPosition()
b20_artifact:explode()
b20_artifact.nebula:destroy() -- Remove the nebula, else it will get sucked into the wormhole. Now it just looks like the wormhole replaces the nebula.
b20_artifact:explode()
WormHole():setPosition(x, y):setTargetPosition(30036, -270545) -- Wormhole to sector ZR6

-- The explosion damages all systems, but makes sure the impulse, warp, and jump drives are non-functional. This prevents the player from escaping the grasp of the wormhole.
Expand Down
Loading