mirror of
https://github.com/edo9300/ygopro-core
synced 2026-08-25 16:23:07 -04:00
Goat: Fix ignition effs being usable on summons
This commit is contained in:
parent
fa9bea8f37
commit
e7f1199441
1 changed files with 1 additions and 1 deletions
|
|
@ -794,7 +794,7 @@ bool field::process(Processors::PointEvent& arg) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
case 8: {
|
case 8: {
|
||||||
if(!(is_flag(DUEL_OCG_OBSOLETE_IGNITION) || is_flag(DUEL_TCG_FAST_EFFECT_IGNITION)) || (infos.phase != PHASE_MAIN1 && infos.phase != PHASE_MAIN2))
|
if(skip_freechain || !(is_flag(DUEL_OCG_OBSOLETE_IGNITION) || is_flag(DUEL_TCG_FAST_EFFECT_IGNITION)) || (infos.phase != PHASE_MAIN1 && infos.phase != PHASE_MAIN2))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
// Obsolete ignition effect ruling
|
// Obsolete ignition effect ruling
|
||||||
auto check_events_ocg = [&] {
|
auto check_events_ocg = [&] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue