diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-21 00:47:44 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-21 00:47:44 +0200 |
commit | 1b94a2d094ea3a0db0bf4bfc72dad5f968c67a37 (patch) | |
tree | f681afa91469ecd804474415be54ec8c1b10340f /save_state.gd | |
parent | b8131541ba6a569c023e9d0aa8de199b2408eb97 (diff) | |
download | LDJam46-1b94a2d094ea3a0db0bf4bfc72dad5f968c67a37.tar.gz LDJam46-1b94a2d094ea3a0db0bf4bfc72dad5f968c67a37.tar.bz2 LDJam46-1b94a2d094ea3a0db0bf4bfc72dad5f968c67a37.zip |
LAWSUITS!
Diffstat (limited to 'save_state.gd')
-rw-r--r-- | save_state.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/save_state.gd b/save_state.gd index ede8608..30e471b 100644 --- a/save_state.gd +++ b/save_state.gd @@ -66,5 +66,6 @@ var tutorial = { "riot_won": false, "riot_aftermath": false, "upgrades": false, + "lawsuit": false, } |