Commit 5e175c65 authored by DailyShana's avatar DailyShana

update get fusion type

parent 0c163d40
...@@ -396,7 +396,7 @@ uint32 card::get_type() { ...@@ -396,7 +396,7 @@ uint32 card::get_type() {
return type; return type;
} }
uint32 card::get_fusion_type() { uint32 card::get_fusion_type() {
if(current.location == LOCATION_SZONE) if(current.location == LOCATION_SZONE && (data.type & TYPE_MONSTER))
return data.type; return data.type;
return get_type(); return get_type();
} }
......
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