feat: Add Tekton NPC with roaming behavior, combat reactions, and interaction mechanics including carrying and throwing.

This commit is contained in:
Yogi Wiguna
2026-02-12 16:15:27 +08:00
parent 4d7ee61e7d
commit e620e69d73
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -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)