Adapt StoryManager for Snowman

This commit is contained in:
nathanm
2025-09-13 20:03:51 -07:00
parent 74c27cba67
commit 6b3ab207fe
3 changed files with 78 additions and 46 deletions

View File

@ -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};