about summary refs log tree commit diff stats
path: root/Archipelago/panelEnd.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-02-09 01:13:09 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-02-09 01:13:09 -0500
commitceaff99432d67411de07ab8e5b6aa11911624566 (patch)
tree0ca641321f9273815d28e013e11e3c9587068a09 /Archipelago/panelEnd.gd
parent61790818f6779c9e272dc74feab888b73ed5312c (diff)
downloadlingo-archipelago-ceaff99432d67411de07ab8e5b6aa11911624566.tar.gz
lingo-archipelago-ceaff99432d67411de07ab8e5b6aa11911624566.tar.bz2
lingo-archipelago-ceaff99432d67411de07ab8e5b6aa11911624566.zip
Fix panel count subtraction
Diffstat (limited to 'Archipelago/panelEnd.gd')
-rw-r--r--Archipelago/panelEnd.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Archipelago/panelEnd.gd b/Archipelago/panelEnd.gd index 81f07d6..136777d 100644 --- a/Archipelago/panelEnd.gd +++ b/Archipelago/panelEnd.gd
@@ -4,4 +4,4 @@ extends "res://scripts/panelEnd.gd"
4func handle_correct(): 4func handle_correct():
5 # We don't call the base method because we want to suppress the original 5 # We don't call the base method because we want to suppress the original
6 # behaviour. 6 # behaviour.
7 global.solved -= 1 7 pass