Commit d06fda91 authored by mercury233's avatar mercury233 Committed by GitHub

update for szone link (#431)

parent b47e5012
...@@ -487,8 +487,8 @@ uint32 card::get_xyz_type() { ...@@ -487,8 +487,8 @@ uint32 card::get_xyz_type() {
return get_type(); return get_type();
} }
uint32 card::get_link_type() { uint32 card::get_link_type() {
if(current.location == LOCATION_SZONE && (data.type & TYPE_MONSTER)) if(current.location == LOCATION_SZONE)
return data.type; return data.type | TYPE_MONSTER;
return get_type(); return get_type();
} }
std::pair<int32, int32> card::get_base_atk_def() { std::pair<int32, int32> card::get_base_atk_def() {
......
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