Skip to content

Commit fa1d29f

Browse files
committed
fix #173 npc nebula (bit 2.8)
1 parent 5381f7e commit fa1d29f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5320,11 +5320,11 @@ <h3>NPC Ship</h3>
53205320
True if this ship has surrendered; false otherwise.
53215321
</p>
53225322
</dd>
5323-
<dt>Unknown (bit 2.8, byte)</dt>
5323+
<dt>Nebula type (bit 2.8, byte)</dt>
53245324
<dd>
53255325
<p>
5326-
Possibly indicates the type of nebula the ship is in, but this
5327-
is unconfirmed at this time.
5326+
The type of nebula that the NPC ship is in, or 0 if the
5327+
ship is not in a nebula. Nebulae types are typically 1, 2, and 3.
53285328
</p>
53295329
<p>
53305330
Before v2.7.0, this was two bytes long. Sample observed

0 commit comments

Comments
 (0)