Skip to content

Commit

Permalink
Removed possibly inaccurate statement about biomech scanning
Browse files Browse the repository at this point in the history
Fixes #134
  • Loading branch information
rjwut committed Apr 5, 2018
1 parent 9e4d60e commit 18fd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5250,7 +5250,7 @@ <h3>NPC Ship</h3>
To determine whether a particular side has scanned the ship, compute
<code>(1 &lt;&lt; sideIndex) &amp;&amp; scanValue</code>. If the result is
non-zero, the ship has been scanned once by that side. Note that there is no
side 0, and biomechs (side 30) don't do scans.
side 0.
</p>
</dd>
<dt>Double scan (bit 4.2, int)</dt>
Expand Down

0 comments on commit 18fd2fa

Please sign in to comment.