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

Forest gold is a server state variable.

parent 3ac601b5
No related branches found
No related tags found
No related merge requests found
......@@ -567,5 +567,11 @@ var Server_State_Def = [
name:'Laster Person to Converse at Bar',
type:'SignedInteger16',
def:0
},
{
prop:'forest_gold',
name:'Gold Lost in Forest',
type:'SignedInteger',
def:100
}
];
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