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

Save forest gold in the state, not in a separate file.

parent 19c9aad8
No related branches found
No related tags found
No related merge requests found
......@@ -528,6 +528,12 @@ var 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