diff options
Diffstat (limited to 'save_state.gd')
-rw-r--r-- | save_state.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/save_state.gd b/save_state.gd index 30e471b..44712b2 100644 --- a/save_state.gd +++ b/save_state.gd @@ -40,11 +40,13 @@ func pack_data(): "bitcoin": bitcoin, "riot_cooldown": riot_cooldown, "tutorial": tutorial, + "failed_riot_count": failed_riot_count, } var coffee = 0 var coffee_beans = 150 var bitcoin = 100 +var failed_riot_count = 0 var riot_cooldown = 0 var buildings = { |