feat: Add Tekton NPC with roaming behavior, combat reactions, and interaction mechanics including carrying and throwing.
This commit is contained in:
+1
-1
@@ -1933,7 +1933,7 @@ func sync_throw_tekton(target_pos: Vector2i):
|
||||
|
||||
# 2. Tekton drops tiles (Spawn tiles around) AND shrinks
|
||||
if tekton.has_method("on_thrown_landing"):
|
||||
tekton.on_thrown_landing(self )
|
||||
tekton.on_thrown_landing(self, 2.0)
|
||||
else:
|
||||
# Fallback
|
||||
tekton.on_hit(self , 1.0)
|
||||
|
||||
Reference in New Issue
Block a user