Commit f2e1b324 authored by nanahira's avatar nanahira Committed by GitHub

Update field.cpp

parent cf7e264d
......@@ -828,7 +828,7 @@ int32 field::get_kaiser_limit(uint8 playerid, card_set* using_cards) {
}
auto limit = oppo_monsters.size() - self_monsters.size();
for(auto& pcard : *using_cards) {
if(pcard->is_location(LOCATION_MZONE)) {
if(pcard->current.is_location(LOCATION_MZONE)) {
if(pcard->current.controler == playerid)
++limit;
else
......
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