diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-15 14:09:04 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-15 14:09:04 -0400 |
commit | 4706f9205b80591f06c5ab0f171e6b6f91cfae9c (patch) | |
tree | d6ca472f0b879e4a9da6db51803558955537a44d /Archipelago/panelLevelSwitch.gd | |
parent | 0e1c0f8c4643ddf972f03922df9152b737ef4641 (diff) | |
parent | ceaff99432d67411de07ab8e5b6aa11911624566 (diff) | |
download | lingo-archipelago-4706f9205b80591f06c5ab0f171e6b6f91cfae9c.tar.gz lingo-archipelago-4706f9205b80591f06c5ab0f171e6b6f91cfae9c.tar.bz2 lingo-archipelago-4706f9205b80591f06c5ab0f171e6b6f91cfae9c.zip |
Merge branch 'main' into future
Diffstat (limited to 'Archipelago/panelLevelSwitch.gd')
-rw-r--r-- | Archipelago/panelLevelSwitch.gd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |