Skip to content

Commit

Permalink
Update CreatingEvents.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiraffe3 authored Oct 20, 2024
1 parent 6e173ea commit e99e40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/CreatingEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ system <name>
remove object
...
```
Update the specified elements of the named `system`. The physical characteristics of systems (`habitable`, `belt`, `object`s etc.) are generally best previewed using the [map editor](https://github.com/endless-sky/endless-sky-editor).
Update the specified elements of the named `system`. The physical characteristics of systems (`habitable`, `belt`, `object`s etc.) are generally best previewed using the [map editor](https://github.com/quyykk/plugin-editor).

Beginning in **v.0.9.15**, specific objects can be removed from systems. When removing an object, the sprite name (all sprite attributes are ignored), distance, period, and offset all need to match in order for the object to be removed. If an object is removed then all objects orbiting it are also removed. Planets don't count as orbiting stars, so removing the stars from a system won't delete all the planets.

Expand Down Expand Up @@ -264,4 +264,4 @@ mission "show the war conversation"
conversation
...
```
The above mission requires the event named "war begins" to have occurred before it can offer.
The above mission requires the event named "war begins" to have occurred before it can offer.

0 comments on commit e99e40e

Please sign in to comment.