Commit 8024cc58 authored by DailyShana's avatar DailyShana

fix Fluorohydride/ygopro#2212

parent 480d8643
...@@ -1882,7 +1882,7 @@ void field::update_disable_check_list(effect* peffect) { ...@@ -1882,7 +1882,7 @@ void field::update_disable_check_list(effect* peffect) {
void field::add_to_disable_check_list(card* pcard) { void field::add_to_disable_check_list(card* pcard) {
auto result=effects.disable_check_set.insert(pcard); auto result=effects.disable_check_set.insert(pcard);
if(!result.second) if(!result.second)
return return;
effects.disable_check_list.push_back(pcard); effects.disable_check_list.push_back(pcard);
} }
void field::adjust_disable_check_list() { void field::adjust_disable_check_list() {
......
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