Commit 32cf8891 authored by 未闻皂名's avatar 未闻皂名

2023/10/17 bug修复

parent bf4a93ed
Pipeline #23769 passed with stages
in 7 minutes
No preview for this file type
......@@ -10,6 +10,7 @@ function cm.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(cm.condition)
e1:SetCost(cm.cost)
e1:SetTarget(cm.target)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment