aboutsummaryrefslogtreecommitdiff
path: root/riot
diff options
context:
space:
mode:
Diffstat (limited to 'riot')
-rw-r--r--riot/manager.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/riot/manager.gd b/riot/manager.gd
index 56d507a..2629a6f 100644
--- a/riot/manager.gd
+++ b/riot/manager.gd
@@ -21,4 +21,5 @@ func _physics_process(delta : float) -> void:
child.show()
child.pause_mode = PAUSE_MODE_INHERIT
SaveState.riot_cooldown = 10
+ SaveState.failed_riot_count += 1
get_parent().queue_free()