From 15a1d2a66e48324e1d560dc13b776627820f3999 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Oct 2024 15:52:48 +0100 Subject: next commit --- Game/Client.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Client.gd') diff --git a/Game/Client.gd b/Game/Client.gd index f4fd1e6..88c59c2 100644 --- a/Game/Client.gd +++ b/Game/Client.gd @@ -91,7 +91,7 @@ func spawn_unit(unit: Unit, spawn: Spawn, overwrite_target: PathNode = null): unit.global_position = spawn.spawn_position unit.target = spawn.next_node unit.hp = randi_range(5, 10) #20000b - unit.speed = randi_range(50, 150) + unit.base_speed = randi_range(50, 150) if overwrite_target: unit.target = overwrite_target -- cgit v1.2.3