about summary refs log tree commit diff stats
path: root/Archipelago/panelLevelSwitch.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-18 20:57:15 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-04-18 20:57:15 -0400
commit0a62e8ba6b78de0f316c5a860649972037428591 (patch)
treef6a95fdd0b556bbc122bac7476db7a61bb8a0381 /Archipelago/panelLevelSwitch.gd
parent8f7ed56a6ec615f84833e32fcfd781958b06a4b2 (diff)
downloadlingo-archipelago-0a62e8ba6b78de0f316c5a860649972037428591.tar.gz
lingo-archipelago-0a62e8ba6b78de0f316c5a860649972037428591.tar.bz2
lingo-archipelago-0a62e8ba6b78de0f316c5a860649972037428591.zip
Disabled ending/levelchanging
Diffstat (limited to 'Archipelago/panelLevelSwitch.gd')
-rw-r--r--Archipelago/panelLevelSwitch.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/Archipelago/panelLevelSwitch.gd b/Archipelago/panelLevelSwitch.gd new file mode 100644 index 0000000..06df02b --- /dev/null +++ b/Archipelago/panelLevelSwitch.gd
@@ -0,0 +1,7 @@
1extends "res://scripts/panelLevelSwitch.gd"
2
3
4func handle_correct():
5 # We don't call the base method because we want to suppress the original
6 # behaviour.
7 global.solved -= 1