Skip to content

Commit 7dae912

Browse files
authored
Merge pull request #1 from EndlessSkyPlugins/master
Fix wormhole opening events and mission
2 parents 0930aa6 + 00d15a2 commit 7dae912

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

data/adamas events.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ event "war against adamas"
2121

2222
event "andol wormhole opens"
2323
system "At Andol"
24-
object "Remembrance Vortex"
24+
add object "Remembrance Vortex"
2525
sprite planet/wormhole
2626
distance 2006.71
2727
period 868.27
2828
offset 191.403
2929
system "Ed Andol"
30-
object "Reminder Vortex"
30+
add object "Reminder Vortex"
3131
sprite planet/wormhole
3232
distance 1838.67
3333
period 1762.95
34-
object "Remembrance Vortex"
34+
add object "Remembrance Vortex"
3535
sprite planet/wormhole
3636
distance 2006.71
3737
period 868.27
@@ -41,7 +41,7 @@ event "andol wormhole opens"
4141

4242
event "dust wormhole opens"
4343
system "Ed Andol"
44-
object "Reminder Vortex"
44+
add object "Reminder Vortex"
4545
sprite planet/wormhole
4646
distance 1838.67
4747
period 1762.95

data/adamas missions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
mission "Adamas Wormhole Opens"
1212
name "Investigate wormhole"
1313
invisible
14+
landing
1415
description "Opens the Adamas wormhole - you shouldn't be seeing this."
1516
waypoint "At Andol"
1617
destination "Maker"

0 commit comments

Comments
 (0)