diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-09 01:13:09 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-09 01:13:09 -0500 |
commit | ceaff99432d67411de07ab8e5b6aa11911624566 (patch) | |
tree | 0ca641321f9273815d28e013e11e3c9587068a09 /Archipelago | |
parent | 61790818f6779c9e272dc74feab888b73ed5312c (diff) | |
download | lingo-archipelago-ceaff99432d67411de07ab8e5b6aa11911624566.tar.gz lingo-archipelago-ceaff99432d67411de07ab8e5b6aa11911624566.tar.bz2 lingo-archipelago-ceaff99432d67411de07ab8e5b6aa11911624566.zip |
Fix panel count subtraction
Diffstat (limited to 'Archipelago')
-rw-r--r-- | Archipelago/panelEnd.gd | 2 | ||||
-rw-r--r-- | Archipelago/panelLevelSwitch.gd | 2 |
2 files changed, 2 insertions, 2 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" | |||
4 | func handle_correct(): | 4 | func 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 |
diff --git a/Archipelago/panelLevelSwitch.gd b/Archipelago/panelLevelSwitch.gd index 06df02b..8c369ef 100644 --- a/Archipelago/panelLevelSwitch.gd +++ b/Archipelago/panelLevelSwitch.gd | |||
@@ -4,4 +4,4 @@ extends "res://scripts/panelLevelSwitch.gd" | |||
4 | func handle_correct(): | 4 | func 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 |