aboutsummaryrefslogtreecommitdiff
path: root/client/player
diff options
context:
space:
mode:
Diffstat (limited to 'client/player')
-rw-r--r--client/player/player.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/player/player.gd b/client/player/player.gd
index 0630e3a3..4c835ff9 100644
--- a/client/player/player.gd
+++ b/client/player/player.gd
@@ -155,6 +155,6 @@ func text_message(m: String, _timeout_initial: float, timeout_remaining: float):
chat_bubble.set_text(m)
clear_timer.start(timeout_remaining)
-func effect_message(effect_name: String, _timeout_initial: float, timeout_remaining: float):
+func effect_message(effect_name: String):
effect.set_effect(effect_name)
- clear_timer.start(timeout_remaining)
+ clear_timer.start(5)