Commit 2b95d2a3 authored by nekrozar's avatar nekrozar

add chint dual state

parent 314fe91f
...@@ -1198,7 +1198,8 @@ int32 scriptlib::card_enable_dual_state(lua_State *L) { ...@@ -1198,7 +1198,8 @@ int32 scriptlib::card_enable_dual_state(lua_State *L) {
deffect->owner = pcard; deffect->owner = pcard;
deffect->code = EFFECT_DUAL_STATUS; deffect->code = EFFECT_DUAL_STATUS;
deffect->type = EFFECT_TYPE_SINGLE; deffect->type = EFFECT_TYPE_SINGLE;
deffect->flag[0] = EFFECT_FLAG_CANNOT_DISABLE; deffect->flag[0] = EFFECT_FLAG_CANNOT_DISABLE | EFFECT_FLAG_CLIENT_HINT;
deffect->description = 64;
deffect->reset_flag = RESET_EVENT + 0x1fe0000; deffect->reset_flag = RESET_EVENT + 0x1fe0000;
pcard->add_effect(deffect); pcard->add_effect(deffect);
return 0; return 0;
......
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