update map

This commit is contained in:
bridge
2025-10-08 22:51:49 +08:00
parent a7e2de6783
commit 524844bf0f
10 changed files with 234 additions and 83 deletions

View File

@@ -26,7 +26,7 @@ class Talk(InstantAction):
# Talk 本身不做长期效果,主要在 step 中驱动 Conversation
return
def can_start(self) -> bool:
def can_start(self, **kwargs) -> bool:
# 感知范围内是否存在其他NPC用于展示在动作空间
return len(self._get_observed_others()) > 0