Adapt StoryManager for Snowman

This commit is contained in:
2025-09-13 21:19:15 -07:00
parent 74c27cba67
commit e5b8f7db4f
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};