Skip to content

Commit

Permalink
Merge pull request #184 from artemis-nerds/173
Browse files Browse the repository at this point in the history
fix #173 npc nebula (bit 2.8)
  • Loading branch information
rjwut authored Dec 2, 2019
2 parents e1d8596 + fa1d29f commit 4427b85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5322,11 +5322,11 @@ <h3>NPC Ship</h3>
True if this ship has surrendered; false otherwise.
</p>
</dd>
<dt>Unknown (bit 2.8, byte)</dt>
<dt>Nebula type (bit 2.8, byte)</dt>
<dd>
<p>
Possibly indicates the type of nebula the ship is in, but this
is unconfirmed at this time.
The type of nebula that the NPC ship is in, or 0 if the
ship is not in a nebula. Nebulae types are typically 1, 2, and 3.
</p>
<p>
Before v2.7.0, this was two bytes long. Sample observed
Expand Down

2 comments on commit 4427b85

@JordanLongstaff
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same as the nebula type for player ships? Including the pre-2.7.0 iteration?

@NoseyNick
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Believe so.

Please sign in to comment.