From f97c611b61b114334b61bbf2631e3fbe23e868a5 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Sun, 17 Sep 2023 03:19:57 -0400 Subject: [PATCH] other half of collection bonus checks for 5 shards instead of 5 keys --- autoloads/game.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoloads/game.gd b/autoloads/game.gd index 1a687f6..edb499b 100644 --- a/autoloads/game.gd +++ b/autoloads/game.gd @@ -105,7 +105,7 @@ func tally_scores() -> void: # collection bonus if keys >= 50: collection_bonus += 500 - if keys >= 5: + if shards >= 5: collection_bonus += 500 # 100% collection if keys >= 50 and shards >= 5: