From 5053a14f549649415bcfd0ec9e30fe09a871b6f6 Mon Sep 17 00:00:00 2001 From: nokoe Date: Mon, 1 Jul 2024 14:50:02 +0200 Subject: add item put/take methods for additional effects --- client/map/items/item.gd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/map/items') diff --git a/client/map/items/item.gd b/client/map/items/item.gd index cd8fd75e..688308fe 100644 --- a/client/map/items/item.gd +++ b/client/map/items/item.gd @@ -42,5 +42,11 @@ func progress(p: float, warn: bool): func finish(_warn: bool): progress_instance.visible = false +func take(): + pass + +func put(): + pass + static func base_position() -> Vector3: return Vector3(0., 0., 0.) -- cgit v1.2.3-70-g09d2