ad catch
This commit is contained in:
@@ -32,6 +32,7 @@ from .help_mortals import HelpMortals
|
||||
from .talk import Talk
|
||||
from .devour_mortals import DevourMortals
|
||||
from .self_heal import SelfHeal
|
||||
from .catch import Catch
|
||||
|
||||
# 注册到 ActionRegistry(标注是否为实际可执行动作)
|
||||
register_action(actual=False)(Action)
|
||||
@@ -60,6 +61,7 @@ register_action(actual=True)(HelpMortals)
|
||||
register_action(actual=True)(Talk)
|
||||
register_action(actual=True)(DevourMortals)
|
||||
register_action(actual=True)(SelfHeal)
|
||||
register_action(actual=True)(Catch)
|
||||
|
||||
__all__ = [
|
||||
# 基类
|
||||
@@ -90,6 +92,7 @@ __all__ = [
|
||||
"Talk",
|
||||
"DevourMortals",
|
||||
"SelfHeal",
|
||||
"Catch",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user