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

update card::is_summonable_card (#376)

parent 6047113e
...@@ -2931,7 +2931,7 @@ int32 card::is_summonable_card() { ...@@ -2931,7 +2931,7 @@ int32 card::is_summonable_card() {
return FALSE; return FALSE;
return !(data.type & (TYPE_RITUAL | TYPE_SPSUMMON return !(data.type & (TYPE_RITUAL | TYPE_SPSUMMON
| TYPE_FUSION | TYPE_SYNCHRO | TYPE_XYZ | TYPE_LINK | TYPE_FUSION | TYPE_SYNCHRO | TYPE_XYZ | TYPE_LINK
| TYPE_TOKEN)); | TYPE_TOKEN | TYPE_TRAPMONSTER));
} }
int32 card::is_fusion_summonable_card(uint32 summon_type) { int32 card::is_fusion_summonable_card(uint32 summon_type) {
if(!(data.type & TYPE_FUSION)) if(!(data.type & TYPE_FUSION))
......
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