aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-06-30 09:08:56 +0800
committer简律纯 <i@jyunko.cn>2024-06-30 09:08:56 +0800
commit043b8c24b8cbf2043485b46fdecb0ca5943b1ffd (patch)
tree1e949e0b9db7543cdb117301af54c3740fcb84a4
parent11f4bffa9934838198330be7deafb04151ea00b9 (diff)
downloadHydroRollCore-043b8c24b8cbf2043485b46fdecb0ca5943b1ffd.tar.gz
HydroRollCore-043b8c24b8cbf2043485b46fdecb0ca5943b1ffd.zip
Revert "chore(examples): remove commented code"
This reverts commit 11f4bffa9934838198330be7deafb04151ea00b9.
-rw-r--r--examples/COC7/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/COC7/__init__.py b/examples/COC7/__init__.py
index baea4c7..f9d4949 100644
--- a/examples/COC7/__init__.py
+++ b/examples/COC7/__init__.py
@@ -15,7 +15,7 @@ class COC7(Rule):
attr: Attributes = Depends() # 必须实现一个继承自 Character.Attribute 的子类
wiki: Wiki = Depends() # 可选实现一个 Wiki 类
- @core.event_post_processor_hook
+ # @core.event_post_processor_hook
async def auto_card(self):
if self.session and self.session.gid and self.ac:
if hasattr(self.pc.trans, "生命") or hasattr(self.pc.trans, "理智"):