update sect settings

This commit is contained in:
bridge
2025-11-29 14:16:45 +08:00
parent c4ed8044dd
commit 15fdc2a692
9 changed files with 202 additions and 84 deletions

View File

@@ -63,10 +63,6 @@ class Catch(TimedAction):
self._caught_result = (None, None, "fail")
def can_start(self) -> tuple[bool, str]:
# 仅百兽宗
sect = self.avatar.sect
if sect is None or sect.name != "百兽宗":
return False, "仅百兽宗弟子可用"
region = self.avatar.tile.region
if not isinstance(region, NormalRegion):
return False, "当前不在普通区域"