diff options
Diffstat (limited to 'save_state.gd')
-rw-r--r-- | save_state.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/save_state.gd b/save_state.gd index 2ce8b0d..c5af6c2 100644 --- a/save_state.gd +++ b/save_state.gd @@ -6,7 +6,7 @@ var buildings = { } var upgrades = { "wageslavery": 0, - "sunglasses": 0, + "sunglasses": 1, } func has_upgrade(name): |