Adapt StoryManager for Snowman
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
var State = window.story.state
|
||||
|
||||
State.variables = Object.create(null)
|
||||
// Game stats
|
||||
State.variables.reputation = 0;
|
||||
State.variables.playerKnowledge = {poetry: 0, industry: 0, astronomy: 0};
|
||||
|
Reference in New Issue
Block a user