summaryrefslogtreecommitdiff
path: root/Scenes/PlateKey.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Scenes/PlateKey.gd')
-rw-r--r--Scenes/PlateKey.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scenes/PlateKey.gd b/Scenes/PlateKey.gd
index e43d664..1342469 100644
--- a/Scenes/PlateKey.gd
+++ b/Scenes/PlateKey.gd
@@ -4,7 +4,7 @@ export(NodePath) var crystal_path
onready var crystal : Crystal = get_node(crystal_path) setget set_crystal
-func activate():
+func activate(entity : Entity, dungeon):
if crystal == null or crystal.is_active:
return