Commit 94e515c9 authored by salix5's avatar salix5 Committed by GitHub

Refresh disable status for spell activated from hand (#365)

parent 219162ca
...@@ -4007,6 +4007,7 @@ int32 field::add_chain(uint16 step) { ...@@ -4007,6 +4007,7 @@ int32 field::add_chain(uint16 step) {
auto& clit = core.new_chains.front(); auto& clit = core.new_chains.front();
effect* peffect = clit.triggering_effect; effect* peffect = clit.triggering_effect;
card* phandler = peffect->get_handler(); card* phandler = peffect->get_handler();
phandler->refresh_disable_status();
if(peffect->type & EFFECT_TYPE_ACTIVATE) { if(peffect->type & EFFECT_TYPE_ACTIVATE) {
clit.set_triggering_state(phandler); clit.set_triggering_state(phandler);
} }
......
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