about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Archipelago/panelEnd.gd2
-rw-r--r--Archipelago/panelLevelSwitch.gd2
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"
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
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"
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