Skip to content
Snippets Groups Projects
Commit 63eca2a4 authored by deuce's avatar deuce
Browse files

LORD gem value is 16-bits, not 32.

Reported by Belthesar... a real JSDoor user who was not paid to be in this commercial.
parent a55f6ca5
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ Player_Info_Def = [
{prop:'arm_num', type:'SignedInteger16'},
{prop:'dead', type:'SignedInteger8'},
{prop:'inn', type:'SignedInteger8'},
{prop:'gem', type:'SignedInteger'},
{prop:'gem', type:'SignedInteger16'},
{prop:'exp', type:'SignedInteger'},
{prop:'sex', type:'SignedInteger8'},
{prop:'seen_bard', type:'SignedInteger8'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment